Shades of Golden Brown #985617
Tints of Golden Brown #985617
RGB
CMYK
RGB Variations
Color information
#985617 (or 0x985617) is known color: Golden Brown. HEX triplet: 98, 56 and 17. RGB value is (152,86,23). Sum of RGB (Red+Green+Blue) = 152+86+23=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #985617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985617 is #67A9E8. Grayscale: #626262. Windows color (decimal): -6793705 or 1529496. OLE color: 1529496.
HSL color Cylindrical-coordinate representation of color #985617: hue angle of 29.3º 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 #985617 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 23 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.40 |
| HSL | 29.3º | 0.74% | 0.34% | - |
| HSV(B) | 29.3º | 0.85% | 0.6% | - |
| XYZ | 16.43 | 13.39 | 2.53 | - |
| YUV | 98.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 23 | 0 | 0.43 | 0.85 | 0.40 | 29.3 | 0.74 | 0.34 |
| Hex | 98 | 56 | 17 | 0 | 2B | 55 | 28 | 1D | 4A | 22 |
| Octal | 230 | 126 | 27 | 0 | 53 | 125 | 50 | 35 | 112 | 42 |
| Binary | 10011000 | 1010110 | 10111 | 0 | 101011 | 1010101 | 101000 | 11101 | 1001010 | 100010 |
Color Harmonies of #985617
Complementary color
Monochromatic Colors of #985617
Black with #985617
Text Example
Text Example
White with #985617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985617; }
p { color: rgb(152,86,23); }
H1.HeaderClassName
{
color: #985617;
}
.AnyTagClassName
{
color: #985617;
}
</style>
background-color css
<style>
a { background-color: #985617; }
a { background-color: rgb(152,86,23); }
div.DivClassName
{
background-color: #985617;
}
.BgClassName
{
background-color: #985617;
}
</style>
border-color css
<style>
span { border-color: #985617; }
span { border-color: rgb(152,86,23); }
td.TdClassName
{
border-color: #985617;
}
.TagClassName
{
border-color: #985617;
}
</style>