Shades of Golden Brown #8E6712
Tints of Golden Brown #8E6712
RGB
CMYK
RGB Variations
Color information
#8E6712 (or 0x8E6712) is known color: Golden Brown. HEX triplet: 8E, 67 and 12. RGB value is (142,103,18). Sum of RGB (Red+Green+Blue) = 142+103+18=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6712 is #7198ED. Grayscale: #696969. Windows color (decimal): -7444718 or 1206158. OLE color: 1206158.
HSL color Cylindrical-coordinate representation of color #8E6712: hue angle of 41.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E6712 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 18 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.44 |
| HSL | 41.13º | 0.78% | 0.31% | - |
| HSV(B) | 41.13º | 0.87% | 0.56% | - |
| XYZ | 16.11 | 15.49 | 2.71 | - |
| YUV | 104.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 18 | 0 | 0.27 | 0.87 | 0.44 | 41.13 | 0.78 | 0.31 |
| Hex | 8E | 67 | 12 | 0 | 1B | 57 | 2C | 29 | 4E | 1F |
| Octal | 216 | 147 | 22 | 0 | 33 | 127 | 54 | 51 | 116 | 37 |
| Binary | 10001110 | 1100111 | 10010 | 0 | 11011 | 1010111 | 101100 | 101001 | 1001110 | 11111 |
Color Harmonies of #8E6712
Complementary color
Monochromatic Colors of #8E6712
Black with #8E6712
Text Example
Text Example
White with #8E6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6712; }
p { color: rgb(142,103,18); }
H1.HeaderClassName
{
color: #8E6712;
}
.AnyTagClassName
{
color: #8E6712;
}
</style>
background-color css
<style>
a { background-color: #8E6712; }
a { background-color: rgb(142,103,18); }
div.DivClassName
{
background-color: #8E6712;
}
.BgClassName
{
background-color: #8E6712;
}
</style>
border-color css
<style>
span { border-color: #8E6712; }
span { border-color: rgb(142,103,18); }
td.TdClassName
{
border-color: #8E6712;
}
.TagClassName
{
border-color: #8E6712;
}
</style>