#8E6C11

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

Shades of Golden Brown #8E6C11

Tints of Golden Brown #8E6C11

Color information

#8E6C11 (or 0x8E6C11) is unknown color: approx Golden Brown. HEX triplet: 8E, 6C and 11. RGB value is (142,108,17). Sum of RGB (Red+Green+Blue) = 142+108+17=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6C11 is #7193EE. Grayscale: #6C6C6C. Windows color (decimal): -7443439 or 1141902. OLE color: 1141902.

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

Color convert

RGB14210817-
CMYK00.240.880.44
HSL43.68º78.62%31.18%-
HSV(B)43.68º88.03%55.69%-
XYZ16.6216.522.84-
YUV107.7976.76152.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=53.18%
G=40.45%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421081700.240.880.4443.6878.6231.18
Hex8E6C11018582C2c4f1f
Octal21615421030130545411737
Binary100011101101100100010110001011000101100101100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,17); }

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

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

 a { background-color: rgb(142,108,17); }

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

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

 span { border-color: rgb(142,108,17); }

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