#8E6002

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

Shades of Golden Brown #8E6002

Tints of Golden Brown #8E6002

Color information

#8E6002 (or 0x8E6002) is unknown color: approx Golden Brown. HEX triplet: 8E, 60 and 02. RGB value is (142,96,2). Sum of RGB (Red+Green+Blue) = 142+96+2=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6002 is #719FFD. Grayscale: #636363. Windows color (decimal): -7446526 or 155790. OLE color: 155790.

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

Color convert

RGB142962-
CMYK00.320.990.44
HSL40.29º97.22%28.24%-
HSV(B)40.29º98.59%55.69%-
XYZ15.3514.121.97-
YUV99.0473.24158.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=59.17%
G=40%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14296200.320.990.4440.2997.2228.24
Hex8E602020632C28611c
Octal2161402040143545014134
Binary1000111011000001001000001100011101100101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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