Shades of Golden Brown #985C16
Tints of Golden Brown #985C16
RGB
CMYK
RGB Variations
Color information
#985C16 (or 0x985C16) is known color: Golden Brown. HEX triplet: 98, 5C and 16. RGB value is (152,92,22). Sum of RGB (Red+Green+Blue) = 152+92+22=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #985C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C16 is #67A3E9. Grayscale: #666666. Windows color (decimal): -6792170 or 1465496. OLE color: 1465496.
HSL color Cylindrical-coordinate representation of color #985C16: hue angle of 32.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #985C16 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 22 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.40 |
| HSL | 32.31º | 0.75% | 0.34% | - |
| HSV(B) | 32.31º | 0.86% | 0.6% | - |
| XYZ | 16.92 | 14.39 | 2.64 | - |
| YUV | 101.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 22 | 0 | 0.39 | 0.86 | 0.40 | 32.31 | 0.75 | 0.34 |
| Hex | 98 | 5C | 16 | 0 | 27 | 56 | 28 | 20 | 4B | 22 |
| Octal | 230 | 134 | 26 | 0 | 47 | 126 | 50 | 40 | 113 | 42 |
| Binary | 10011000 | 1011100 | 10110 | 0 | 100111 | 1010110 | 101000 | 100000 | 1001011 | 100010 |
Color Harmonies of #985C16
Complementary color
Monochromatic Colors of #985C16
Black with #985C16
Text Example
Text Example
White with #985C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C16; }
p { color: rgb(152,92,22); }
H1.HeaderClassName
{
color: #985C16;
}
.AnyTagClassName
{
color: #985C16;
}
</style>
background-color css
<style>
a { background-color: #985C16; }
a { background-color: rgb(152,92,22); }
div.DivClassName
{
background-color: #985C16;
}
.BgClassName
{
background-color: #985C16;
}
</style>
border-color css
<style>
span { border-color: #985C16; }
span { border-color: rgb(152,92,22); }
td.TdClassName
{
border-color: #985C16;
}
.TagClassName
{
border-color: #985C16;
}
</style>