Shades of Golden Brown #986F17
Tints of Golden Brown #986F17
RGB
CMYK
RGB Variations
Color information
#986F17 (or 0x986F17) is known color: Golden Brown. HEX triplet: 98, 6F and 17. RGB value is (152,111,23). Sum of RGB (Red+Green+Blue) = 152+111+23=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #986F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F17 is #6790E8. Grayscale: #717171. Windows color (decimal): -6787305 or 1535896. OLE color: 1535896.
HSL color Cylindrical-coordinate representation of color #986F17: hue angle of 40.93º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #986F17 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 23 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.40 |
| HSL | 40.93º | 0.74% | 0.34% | - |
| HSV(B) | 40.93º | 0.85% | 0.6% | - |
| XYZ | 18.79 | 18.11 | 3.32 | - |
| YUV | 113.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 23 | 0 | 0.27 | 0.85 | 0.40 | 40.93 | 0.74 | 0.34 |
| Hex | 98 | 6F | 17 | 0 | 1B | 55 | 28 | 29 | 4A | 22 |
| Octal | 230 | 157 | 27 | 0 | 33 | 125 | 50 | 51 | 112 | 42 |
| Binary | 10011000 | 1101111 | 10111 | 0 | 11011 | 1010101 | 101000 | 101001 | 1001010 | 100010 |
Color Harmonies of #986F17
Complementary color
Monochromatic Colors of #986F17
Black with #986F17
Text Example
Text Example
White with #986F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F17; }
p { color: rgb(152,111,23); }
H1.HeaderClassName
{
color: #986F17;
}
.AnyTagClassName
{
color: #986F17;
}
</style>
background-color css
<style>
a { background-color: #986F17; }
a { background-color: rgb(152,111,23); }
div.DivClassName
{
background-color: #986F17;
}
.BgClassName
{
background-color: #986F17;
}
</style>
border-color css
<style>
span { border-color: #986F17; }
span { border-color: rgb(152,111,23); }
td.TdClassName
{
border-color: #986F17;
}
.TagClassName
{
border-color: #986F17;
}
</style>