#8E6607

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

Shades of Golden Brown #8E6607

Tints of Golden Brown #8E6607

Color information

#8E6607 (or 0x8E6607) is unknown color: approx Golden Brown. HEX triplet: 8E, 66 and 07. RGB value is (142,102,7). Sum of RGB (Red+Green+Blue) = 142+102+7=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6607 is #7199F8. Grayscale: #676767. Windows color (decimal): -7444985 or 485006. OLE color: 485006.

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

Color convert

RGB1421027-
CMYK00.280.950.44
HSL42.22º90.6%29.22%-
HSV(B)42.22º95.07%55.69%-
XYZ15.9515.272.31-
YUV103.1373.75155.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=56.57%
G=40.64%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142102700.280.950.4442.2290.629.22
Hex8E66701C5F2C2a5b1d
Octal2161467034137545213335
Binary1000111011001101110111001011111101100101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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