Shades of Golden Brown #986917
Tints of Golden Brown #986917
RGB
CMYK
RGB Variations
Color information
#986917 (or 0x986917) is known color: Golden Brown. HEX triplet: 98, 69 and 17. RGB value is (152,105,23). Sum of RGB (Red+Green+Blue) = 152+105+23=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #986917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986917 is #6796E8. Grayscale: #6E6E6E. Windows color (decimal): -6788841 or 1534360. OLE color: 1534360.
HSL color Cylindrical-coordinate representation of color #986917: hue angle of 38.14º 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 #986917 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 23 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.40 |
| HSL | 38.14º | 0.74% | 0.34% | - |
| HSV(B) | 38.14º | 0.85% | 0.6% | - |
| XYZ | 18.16 | 16.84 | 3.1 | - |
| YUV | 109.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 23 | 0 | 0.31 | 0.85 | 0.40 | 38.14 | 0.74 | 0.34 |
| Hex | 98 | 69 | 17 | 0 | 1F | 55 | 28 | 26 | 4A | 22 |
| Octal | 230 | 151 | 27 | 0 | 37 | 125 | 50 | 46 | 112 | 42 |
| Binary | 10011000 | 1101001 | 10111 | 0 | 11111 | 1010101 | 101000 | 100110 | 1001010 | 100010 |
Color Harmonies of #986917
Complementary color
Monochromatic Colors of #986917
Black with #986917
Text Example
Text Example
White with #986917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986917; }
p { color: rgb(152,105,23); }
H1.HeaderClassName
{
color: #986917;
}
.AnyTagClassName
{
color: #986917;
}
</style>
background-color css
<style>
a { background-color: #986917; }
a { background-color: rgb(152,105,23); }
div.DivClassName
{
background-color: #986917;
}
.BgClassName
{
background-color: #986917;
}
</style>
border-color css
<style>
span { border-color: #986917; }
span { border-color: rgb(152,105,23); }
td.TdClassName
{
border-color: #986917;
}
.TagClassName
{
border-color: #986917;
}
</style>