Shades of Golden Brown #985602
Tints of Golden Brown #985602
RGB
CMYK
RGB Variations
Color information
#985602 (or 0x985602) is known color: Golden Brown. HEX triplet: 98, 56 and 02. RGB value is (152,86,2). Sum of RGB (Red+Green+Blue) = 152+86+2=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #985602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985602 is #67A9FD. Grayscale: #606060. Windows color (decimal): -6793726 or 153240. OLE color: 153240.
HSL color Cylindrical-coordinate representation of color #985602: hue angle of 33.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #985602 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.40 |
| HSL | 33.6º | 0.97% | 0.3% | - |
| HSV(B) | 33.6º | 0.99% | 0.6% | - |
| XYZ | 16.29 | 13.34 | 1.77 | - |
| YUV | 96.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 2 | 0 | 0.43 | 0.99 | 0.40 | 33.6 | 0.97 | 0.3 |
| Hex | 98 | 56 | 2 | 0 | 2B | 63 | 28 | 22 | 61 | 1E |
| Octal | 230 | 126 | 2 | 0 | 53 | 143 | 50 | 42 | 141 | 36 |
| Binary | 10011000 | 1010110 | 10 | 0 | 101011 | 1100011 | 101000 | 100010 | 1100001 | 11110 |
Color Harmonies of #985602
Complementary color
Monochromatic Colors of #985602
Black with #985602
Text Example
Text Example
White with #985602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985602; }
p { color: rgb(152,86,2); }
H1.HeaderClassName
{
color: #985602;
}
.AnyTagClassName
{
color: #985602;
}
</style>
background-color css
<style>
a { background-color: #985602; }
a { background-color: rgb(152,86,2); }
div.DivClassName
{
background-color: #985602;
}
.BgClassName
{
background-color: #985602;
}
</style>
border-color css
<style>
span { border-color: #985602; }
span { border-color: rgb(152,86,2); }
td.TdClassName
{
border-color: #985602;
}
.TagClassName
{
border-color: #985602;
}
</style>