Shades of Golden Brown #986202
Tints of Golden Brown #986202
RGB
CMYK
RGB Variations
Color information
#986202 (or 0x986202) is known color: Golden Brown. HEX triplet: 98, 62 and 02. RGB value is (152,98,2). Sum of RGB (Red+Green+Blue) = 152+98+2=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #986202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986202 is #679DFD. Grayscale: #676767. Windows color (decimal): -6790654 or 156312. OLE color: 156312.
HSL color Cylindrical-coordinate representation of color #986202: hue angle of 38.4º 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 #986202 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.40 |
| HSL | 38.4º | 0.97% | 0.3% | - |
| HSV(B) | 38.4º | 0.99% | 0.6% | - |
| XYZ | 17.33 | 15.42 | 2.12 | - |
| YUV | 103.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 2 | 0 | 0.36 | 0.99 | 0.40 | 38.4 | 0.97 | 0.3 |
| Hex | 98 | 62 | 2 | 0 | 24 | 63 | 28 | 26 | 61 | 1E |
| Octal | 230 | 142 | 2 | 0 | 44 | 143 | 50 | 46 | 141 | 36 |
| Binary | 10011000 | 1100010 | 10 | 0 | 100100 | 1100011 | 101000 | 100110 | 1100001 | 11110 |
Color Harmonies of #986202
Complementary color
Monochromatic Colors of #986202
Black with #986202
Text Example
Text Example
White with #986202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986202; }
p { color: rgb(152,98,2); }
H1.HeaderClassName
{
color: #986202;
}
.AnyTagClassName
{
color: #986202;
}
</style>
background-color css
<style>
a { background-color: #986202; }
a { background-color: rgb(152,98,2); }
div.DivClassName
{
background-color: #986202;
}
.BgClassName
{
background-color: #986202;
}
</style>
border-color css
<style>
span { border-color: #986202; }
span { border-color: rgb(152,98,2); }
td.TdClassName
{
border-color: #986202;
}
.TagClassName
{
border-color: #986202;
}
</style>