#8E6114

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

Shades of Golden Brown #8E6114

Tints of Golden Brown #8E6114

Color information

#8E6114 (or 0x8E6114) is unknown color: approx Golden Brown. HEX triplet: 8E, 61 and 14. RGB value is (142,97,20). Sum of RGB (Red+Green+Blue) = 142+97+20=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6114 is #719EEB. Grayscale: #666666. Windows color (decimal): -7446252 or 1335694. OLE color: 1335694.

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

Color convert

RGB1429720-
CMYK00.320.860.44
HSL37.87º75.31%31.76%-
HSV(B)37.87º85.92%55.69%-
XYZ15.5614.352.61-
YUV101.6881.91156.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=54.83%
G=37.45%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142972000.320.860.4437.8775.3131.76
Hex8E6114020562C264b20
Octal21614124040126544611340
Binary10001110110000110100010000010101101011001001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,20); }

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

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

 a { background-color: rgb(142,97,20); }

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

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

 span { border-color: rgb(142,97,20); }

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