#8E660E

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

Shades of Golden Brown #8E660E

Tints of Golden Brown #8E660E

Color information

#8E660E (or 0x8E660E) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 0E. RGB value is (142,102,14). Sum of RGB (Red+Green+Blue) = 142+102+14=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E660E is #7199F1. Grayscale: #686868. Windows color (decimal): -7444978 or 943758. OLE color: 943758.

HSL color Cylindrical-coordinate representation of color #8E660E: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E660E is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14210214-
CMYK00.280.900.44
HSL41.25º82.05%30.59%-
HSV(B)41.25º90.14%55.69%-
XYZ15.9915.292.52-
YUV103.9377.25155.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 14 (5.86% from 255) = 5.43%
R=55.04%
G=39.53%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421021400.280.900.4441.2582.0530.59
Hex8E66E01C5A2C29521f
Octal21614616034132545112237
Binary10001110110011011100111001011010101100101001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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