Shades of Golden Brown #8C6412
Tints of Golden Brown #8C6412
RGB
CMYK
RGB Variations
Color information
#8C6412 (or 0x8C6412) is known color: Golden Brown. HEX triplet: 8C, 64 and 12. RGB value is (140,100,18). Sum of RGB (Red+Green+Blue) = 140+100+18=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6412 is #739BED. Grayscale: #666666. Windows color (decimal): -7576558 or 1205388. OLE color: 1205388.
HSL color Cylindrical-coordinate representation of color #8C6412: hue angle of 40.33º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C6412 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 18 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.45 |
| HSL | 40.33º | 0.77% | 0.31% | - |
| HSV(B) | 40.33º | 0.87% | 0.55% | - |
| XYZ | 15.48 | 14.73 | 2.6 | - |
| YUV | 102.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 18 | 0 | 0.29 | 0.87 | 0.45 | 40.33 | 0.77 | 0.31 |
| Hex | 8C | 64 | 12 | 0 | 1D | 57 | 2D | 28 | 4D | 1F |
| Octal | 214 | 144 | 22 | 0 | 35 | 127 | 55 | 50 | 115 | 37 |
| Binary | 10001100 | 1100100 | 10010 | 0 | 11101 | 1010111 | 101101 | 101000 | 1001101 | 11111 |
Color Harmonies of #8C6412
Complementary color
Monochromatic Colors of #8C6412
Black with #8C6412
Text Example
Text Example
White with #8C6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6412; }
p { color: rgb(140,100,18); }
H1.HeaderClassName
{
color: #8C6412;
}
.AnyTagClassName
{
color: #8C6412;
}
</style>
background-color css
<style>
a { background-color: #8C6412; }
a { background-color: rgb(140,100,18); }
div.DivClassName
{
background-color: #8C6412;
}
.BgClassName
{
background-color: #8C6412;
}
</style>
border-color css
<style>
span { border-color: #8C6412; }
span { border-color: rgb(140,100,18); }
td.TdClassName
{
border-color: #8C6412;
}
.TagClassName
{
border-color: #8C6412;
}
</style>