Shades of Golden Brown #8E610C
Tints of Golden Brown #8E610C
RGB
CMYK
RGB Variations
Color information
#8E610C (or 0x8E610C) is known color: Golden Brown. HEX triplet: 8E, 61 and 0C. RGB value is (142,97,12). Sum of RGB (Red+Green+Blue) = 142+97+12=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E610C is #719EF3. Grayscale: #656565. Windows color (decimal): -7446260 or 811406. OLE color: 811406.
HSL color Cylindrical-coordinate representation of color #8E610C: hue angle of 39.23º 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 #8E610C is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 12 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.44 |
| HSL | 39.23º | 0.84% | 0.3% | - |
| HSV(B) | 39.23º | 0.92% | 0.56% | - |
| XYZ | 15.5 | 14.33 | 2.3 | - |
| YUV | 100.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 12 | 0 | 0.32 | 0.92 | 0.44 | 39.23 | 0.84 | 0.3 |
| Hex | 8E | 61 | C | 0 | 20 | 5C | 2C | 27 | 54 | 1E |
| Octal | 216 | 141 | 14 | 0 | 40 | 134 | 54 | 47 | 124 | 36 |
| Binary | 10001110 | 1100001 | 1100 | 0 | 100000 | 1011100 | 101100 | 100111 | 1010100 | 11110 |
Color Harmonies of #8E610C
Complementary color
Monochromatic Colors of #8E610C
Black with #8E610C
Text Example
Text Example
White with #8E610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E610C; }
p { color: rgb(142,97,12); }
H1.HeaderClassName
{
color: #8E610C;
}
.AnyTagClassName
{
color: #8E610C;
}
</style>
background-color css
<style>
a { background-color: #8E610C; }
a { background-color: rgb(142,97,12); }
div.DivClassName
{
background-color: #8E610C;
}
.BgClassName
{
background-color: #8E610C;
}
</style>
border-color css
<style>
span { border-color: #8E610C; }
span { border-color: rgb(142,97,12); }
td.TdClassName
{
border-color: #8E610C;
}
.TagClassName
{
border-color: #8E610C;
}
</style>