#8E6009

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

Shades of Golden Brown #8E6009

Tints of Golden Brown #8E6009

Color information

#8E6009 (or 0x8E6009) is unknown color: approx Golden Brown. HEX triplet: 8E, 60 and 09. RGB value is (142,96,9). Sum of RGB (Red+Green+Blue) = 142+96+9=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6009 is #719FF6. Grayscale: #646464. Windows color (decimal): -7446519 or 614542. OLE color: 614542.

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

Color convert

RGB142969-
CMYK00.320.940.44
HSL39.25º88.08%29.61%-
HSV(B)39.25º93.66%55.69%-
XYZ15.3914.142.18-
YUV99.8476.74158.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=57.49%
G=38.87%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14296900.320.940.4439.2588.0829.61
Hex8E6090205E2C27581e
Octal21614011040136544713036
Binary100011101100000100101000001011110101100100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,9); }

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

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

 a { background-color: rgb(142,96,9); }

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

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

 span { border-color: rgb(142,96,9); }

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