#8f6a10

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

Shades of Golden Brown #8F6A10

Tints of Golden Brown #8F6A10

Color information

#8F6A10 (or 0x8F6A10) is unknown color: approx Golden Brown. HEX triplet: 8F, 6A and 10. RGB value is (143,106,16). Sum of RGB (Red+Green+Blue) = 143+106+16=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6A10 is #7095EF. Grayscale: #6B6B6B. Windows color (decimal): -7378416 or 1075855. OLE color: 1075855.

HSL color Cylindrical-coordinate representation of color #8F6A10: hue angle of 42.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F6A10 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14310616-
CMYK00.260.890.44
HSL42.52º79.87%31.18%-
HSV(B)42.52º88.81%56.08%-
XYZ16.5816.192.74-
YUV106.876.76153.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=53.96%
G=40%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431061600.260.890.4442.5279.8731.18
Hex8F6A1001A592C2b501f
Octal21715220032131545312037
Binary100011111101010100000110101011001101100101011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6a10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,106,16); }

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

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

 a { background-color: rgb(143,106,16); }

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

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

 span { border-color: rgb(143,106,16); }

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