Shades of Golden Brown #8E660C
Tints of Golden Brown #8E660C
RGB
CMYK
RGB Variations
Color information
#8E660C (or 0x8E660C) is known color: Golden Brown. HEX triplet: 8E, 66 and 0C. RGB value is (142,102,12). Sum of RGB (Red+Green+Blue) = 142+102+12=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E660C is #7199F3. Grayscale: #686868. Windows color (decimal): -7444980 or 812686. OLE color: 812686.
HSL color Cylindrical-coordinate representation of color #8E660C: hue angle of 41.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E660C is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 12 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.44 |
| HSL | 41.54º | 0.84% | 0.3% | - |
| HSV(B) | 41.54º | 0.92% | 0.56% | - |
| XYZ | 15.97 | 15.28 | 2.46 | - |
| YUV | 103.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 12 | 0 | 0.28 | 0.92 | 0.44 | 41.54 | 0.84 | 0.3 |
| Hex | 8E | 66 | C | 0 | 1C | 5C | 2C | 2A | 54 | 1E |
| Octal | 216 | 146 | 14 | 0 | 34 | 134 | 54 | 52 | 124 | 36 |
| Binary | 10001110 | 1100110 | 1100 | 0 | 11100 | 1011100 | 101100 | 101010 | 1010100 | 11110 |
Color Harmonies of #8E660C
Complementary color
Monochromatic Colors of #8E660C
Black with #8E660C
Text Example
Text Example
White with #8E660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E660C; }
p { color: rgb(142,102,12); }
H1.HeaderClassName
{
color: #8E660C;
}
.AnyTagClassName
{
color: #8E660C;
}
</style>
background-color css
<style>
a { background-color: #8E660C; }
a { background-color: rgb(142,102,12); }
div.DivClassName
{
background-color: #8E660C;
}
.BgClassName
{
background-color: #8E660C;
}
</style>
border-color css
<style>
span { border-color: #8E660C; }
span { border-color: rgb(142,102,12); }
td.TdClassName
{
border-color: #8E660C;
}
.TagClassName
{
border-color: #8E660C;
}
</style>