#8E6A16

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

Shades of Golden Brown #8E6A16

Tints of Golden Brown #8E6A16

Color information

#8E6A16 (or 0x8E6A16) is unknown color: approx Golden Brown. HEX triplet: 8E, 6A and 16. RGB value is (142,106,22). Sum of RGB (Red+Green+Blue) = 142+106+22=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6A16 is #7195E9. Grayscale: #6B6B6B. Windows color (decimal): -7443946 or 1469070. OLE color: 1469070.

HSL color Cylindrical-coordinate representation of color #8E6A16: hue angle of 42º degrees, saturation: 0.73, 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 #8E6A16 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14210622-
CMYK00.250.850.44
HSL42º73.17%32.16%-
HSV(B)42º84.51%55.69%-
XYZ16.4516.123-
YUV107.1979.93152.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=52.59%
G=39.26%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421062200.250.850.444273.1732.16
Hex8E6A16019552C2a4920
Octal21615226031125545211140
Binary1000111011010101011001100110101011011001010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,22); }

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

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

 a { background-color: rgb(142,106,22); }

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

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

 span { border-color: rgb(142,106,22); }

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