Shades of Golden Brown #986F11
Tints of Golden Brown #986F11
RGB
CMYK
RGB Variations
Color information
#986F11 (or 0x986F11) is known color: Golden Brown. HEX triplet: 98, 6F and 11. RGB value is (152,111,17). Sum of RGB (Red+Green+Blue) = 152+111+17=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #986F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F11 is #6790EE. Grayscale: #707070. Windows color (decimal): -6787311 or 1142680. OLE color: 1142680.
HSL color Cylindrical-coordinate representation of color #986F11: hue angle of 41.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #986F11 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 17 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.40 |
| HSL | 41.78º | 0.8% | 0.33% | - |
| HSV(B) | 41.78º | 0.89% | 0.6% | - |
| XYZ | 18.73 | 18.08 | 3.03 | - |
| YUV | 112.54 | 74.08 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 17 | 0 | 0.27 | 0.89 | 0.40 | 41.78 | 0.8 | 0.33 |
| Hex | 98 | 6F | 11 | 0 | 1B | 59 | 28 | 2A | 50 | 21 |
| Octal | 230 | 157 | 21 | 0 | 33 | 131 | 50 | 52 | 120 | 41 |
| Binary | 10011000 | 1101111 | 10001 | 0 | 11011 | 1011001 | 101000 | 101010 | 1010000 | 100001 |
Color Harmonies of #986F11
Complementary color
Monochromatic Colors of #986F11
Black with #986F11
Text Example
Text Example
White with #986F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F11; }
p { color: rgb(152,111,17); }
H1.HeaderClassName
{
color: #986F11;
}
.AnyTagClassName
{
color: #986F11;
}
</style>
background-color css
<style>
a { background-color: #986F11; }
a { background-color: rgb(152,111,17); }
div.DivClassName
{
background-color: #986F11;
}
.BgClassName
{
background-color: #986F11;
}
</style>
border-color css
<style>
span { border-color: #986F11; }
span { border-color: rgb(152,111,17); }
td.TdClassName
{
border-color: #986F11;
}
.TagClassName
{
border-color: #986F11;
}
</style>