#8E6615

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

Shades of Golden Brown #8E6615

Tints of Golden Brown #8E6615

Color information

#8E6615 (or 0x8E6615) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 15. RGB value is (142,102,21). Sum of RGB (Red+Green+Blue) = 142+102+21=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6615 is #7199EA. Grayscale: #696969. Windows color (decimal): -7444971 or 1402510. OLE color: 1402510.

HSL color Cylindrical-coordinate representation of color #8E6615: hue angle of 40.17º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E6615 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14210221-
CMYK00.280.850.44
HSL40.17º74.23%31.96%-
HSV(B)40.17º85.21%55.69%-
XYZ16.0415.312.82-
YUV104.7380.75154.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=53.58%
G=38.49%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421022100.280.850.4440.1774.2331.96
Hex8E661501C552C284a20
Octal21614625034125545011240
Binary1000111011001101010101110010101011011001010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,21); }

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

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

 a { background-color: rgb(142,102,21); }

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

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

 span { border-color: rgb(142,102,21); }

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