Shades of Golden Brown #986402
Tints of Golden Brown #986402
RGB
CMYK
RGB Variations
Color information
#986402 (or 0x986402) is known color: Golden Brown. HEX triplet: 98, 64 and 02. RGB value is (152,100,2). Sum of RGB (Red+Green+Blue) = 152+100+2=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #986402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986402 is #679BFD. Grayscale: #686868. Windows color (decimal): -6790142 or 156824. OLE color: 156824.
HSL color Cylindrical-coordinate representation of color #986402: hue angle of 39.2º 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 #986402 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.40 |
| HSL | 39.2º | 0.97% | 0.3% | - |
| HSV(B) | 39.2º | 0.99% | 0.6% | - |
| XYZ | 17.52 | 15.79 | 2.18 | - |
| YUV | 104.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 2 | 0 | 0.34 | 0.99 | 0.40 | 39.2 | 0.97 | 0.3 |
| Hex | 98 | 64 | 2 | 0 | 22 | 63 | 28 | 27 | 61 | 1E |
| Octal | 230 | 144 | 2 | 0 | 42 | 143 | 50 | 47 | 141 | 36 |
| Binary | 10011000 | 1100100 | 10 | 0 | 100010 | 1100011 | 101000 | 100111 | 1100001 | 11110 |
Color Harmonies of #986402
Complementary color
Monochromatic Colors of #986402
Black with #986402
Text Example
Text Example
White with #986402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986402; }
p { color: rgb(152,100,2); }
H1.HeaderClassName
{
color: #986402;
}
.AnyTagClassName
{
color: #986402;
}
</style>
background-color css
<style>
a { background-color: #986402; }
a { background-color: rgb(152,100,2); }
div.DivClassName
{
background-color: #986402;
}
.BgClassName
{
background-color: #986402;
}
</style>
border-color css
<style>
span { border-color: #986402; }
span { border-color: rgb(152,100,2); }
td.TdClassName
{
border-color: #986402;
}
.TagClassName
{
border-color: #986402;
}
</style>