#8F6007

Color #8F6007 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8F6007

Tints of Golden Brown #8F6007

Color information

#8F6007 (or 0x8F6007) is unknown color: approx Golden Brown. HEX triplet: 8F, 60 and 07. RGB value is (143,96,7). Sum of RGB (Red+Green+Blue) = 143+96+7=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6007 is #709FF8. Grayscale: #646464. Windows color (decimal): -7380985 or 483471. OLE color: 483471.

HSL color Cylindrical-coordinate representation of color #8F6007: hue angle of 39.26º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F6007 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB143967-
CMYK00.330.950.44
HSL39.26º90.67%29.41%-
HSV(B)39.26º95.1%56.08%-
XYZ15.5514.222.13-
YUV99.9175.57158.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 58.13%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 7 (3.12% from 255) = 2.85%
R=58.13%
G=39.02%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14396700.330.950.4439.2690.6729.41
Hex8F6070215F2C275b1d
Octal2171407041137544713335
Binary10001111110000011101000011011111101100100111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F6007; }

 p { color: rgb(143,96,7); }

 H1.HeaderClassName
 {
   color: #8F6007;
 }
 .AnyTagClassName
 {
   color: #8F6007;
 }
</style>
background-color css

<style>
 a { background-color: #8F6007; }

 a { background-color: rgb(143,96,7); }

 div.DivClassName
 {
   background-color: #8F6007;
 }
 .BgClassName
 {
   background-color: #8F6007;
 }
</style>
border-color css

<style>
 span { border-color: #8F6007; }

 span { border-color: rgb(143,96,7); }

 td.TdClassName
 {
   border-color: #8F6007;
 }
 .TagClassName
 {
   border-color: #8F6007;
 }
</style>