#8E6709

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

Shades of Golden Brown #8E6709

Tints of Golden Brown #8E6709

Color information

#8E6709 (or 0x8E6709) is unknown color: approx Golden Brown. HEX triplet: 8E, 67 and 09. RGB value is (142,103,9). Sum of RGB (Red+Green+Blue) = 142+103+9=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6709 is #7198F6. Grayscale: #686868. Windows color (decimal): -7444727 or 616334. OLE color: 616334.

HSL color Cylindrical-coordinate representation of color #8E6709: hue angle of 42.41º 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 #8E6709 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1421039-
CMYK00.270.940.44
HSL42.41º88.08%29.61%-
HSV(B)42.41º93.66%55.69%-
XYZ16.0515.472.4-
YUV103.9474.42155.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.91%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 9 (3.91% from 255) = 3.54%
R=55.91%
G=40.55%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142103900.270.940.4442.4188.0829.61
Hex8E67901B5E2C2a581e
Octal21614711033136545213036
Binary10001110110011110010110111011110101100101010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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