Shades of Golden Brown #8C6911
Tints of Golden Brown #8C6911
RGB
CMYK
RGB Variations
Color information
#8C6911 (or 0x8C6911) is known color: Golden Brown. HEX triplet: 8C, 69 and 11. RGB value is (140,105,17). Sum of RGB (Red+Green+Blue) = 140+105+17=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6911 is #7396EE. Grayscale: #696969. Windows color (decimal): -7575279 or 1141132. OLE color: 1141132.
HSL color Cylindrical-coordinate representation of color #8C6911: hue angle of 42.93º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C6911 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 17 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.45 |
| HSL | 42.93º | 0.78% | 0.31% | - |
| HSV(B) | 42.93º | 0.88% | 0.55% | - |
| XYZ | 15.97 | 15.72 | 2.72 | - |
| YUV | 105.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 17 | 0 | 0.25 | 0.88 | 0.45 | 42.93 | 0.78 | 0.31 |
| Hex | 8C | 69 | 11 | 0 | 19 | 58 | 2D | 2B | 4E | 1F |
| Octal | 214 | 151 | 21 | 0 | 31 | 130 | 55 | 53 | 116 | 37 |
| Binary | 10001100 | 1101001 | 10001 | 0 | 11001 | 1011000 | 101101 | 101011 | 1001110 | 11111 |
Color Harmonies of #8C6911
Complementary color
Monochromatic Colors of #8C6911
Black with #8C6911
Text Example
Text Example
White with #8C6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6911; }
p { color: rgb(140,105,17); }
H1.HeaderClassName
{
color: #8C6911;
}
.AnyTagClassName
{
color: #8C6911;
}
</style>
background-color css
<style>
a { background-color: #8C6911; }
a { background-color: rgb(140,105,17); }
div.DivClassName
{
background-color: #8C6911;
}
.BgClassName
{
background-color: #8C6911;
}
</style>
border-color css
<style>
span { border-color: #8C6911; }
span { border-color: rgb(140,105,17); }
td.TdClassName
{
border-color: #8C6911;
}
.TagClassName
{
border-color: #8C6911;
}
</style>