#8E6C0D

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

Shades of Golden Brown #8E6C0D

Tints of Golden Brown #8E6C0D

Color information

#8E6C0D (or 0x8E6C0D) is unknown color: approx Golden Brown. HEX triplet: 8E, 6C and 0D. RGB value is (142,108,13). Sum of RGB (Red+Green+Blue) = 142+108+13=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6C0D is #7193F2. Grayscale: #6B6B6B. Windows color (decimal): -7443443 or 879758. OLE color: 879758.

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

Color convert

RGB14210813-
CMYK00.240.910.44
HSL44.19º83.23%30.39%-
HSV(B)44.19º90.85%55.69%-
XYZ16.5916.52.69-
YUV107.3474.76152.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=53.99%
G=41.06%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421081300.240.910.4444.1983.2330.39
Hex8E6CD0185B2C2c531e
Octal21615415030133545412336
Binary10001110110110011010110001011011101100101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,13); }

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

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

 a { background-color: rgb(142,108,13); }

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

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

 span { border-color: rgb(142,108,13); }

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