#8F6E07

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

Shades of Golden Brown #8F6E07

Tints of Golden Brown #8F6E07

Color information

#8F6E07 (or 0x8F6E07) is unknown color: approx Golden Brown. HEX triplet: 8F, 6E and 07. RGB value is (143,110,7). Sum of RGB (Red+Green+Blue) = 143+110+7=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6E07 is #7091F8. Grayscale: #6C6C6C. Windows color (decimal): -7377401 or 487055. OLE color: 487055.

HSL color Cylindrical-coordinate representation of color #8F6E07: hue angle of 45.44º 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 #8F6E07 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1431107-
CMYK00.230.950.44
HSL45.44º90.67%29.41%-
HSV(B)45.44º95.1%56.08%-
XYZ16.9417.012.59-
YUV108.1270.93152.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 7 (3.12% from 255) = 2.69%
R=55%
G=42.31%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143110700.230.950.4445.4490.6729.41
Hex8F6E70175F2C2d5b1d
Octal2171567027137545513335
Binary1000111111011101110101111011111101100101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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