Shades of Golden Brown #986200
Tints of Golden Brown #986200
RGB
CMYK
RGB Variations
Color information
#986200 (or 0x986200) is known color: Golden Brown. HEX triplet: 98, 62 and 00. RGB value is (152,98,0). Sum of RGB (Red+Green+Blue) = 152+98+0=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #986200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986200 is #679DFF. Grayscale: #676767. Windows color (decimal): -6790656 or 25240. OLE color: 25240.
HSL color Cylindrical-coordinate representation of color #986200: hue angle of 38.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #986200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.40 |
| HSL | 38.68º | 1% | 0.3% | - |
| HSV(B) | 38.68º | 1% | 0.6% | - |
| XYZ | 17.32 | 15.41 | 2.06 | - |
| YUV | 102.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 0 | 0 | 0.36 | 1 | 0.40 | 38.68 | 1 | 0.3 |
| Hex | 98 | 62 | 0 | 0 | 24 | 64 | 28 | 27 | 64 | 1E |
| Octal | 230 | 142 | 0 | 0 | 44 | 144 | 50 | 47 | 144 | 36 |
| Binary | 10011000 | 1100010 | 0 | 0 | 100100 | 1100100 | 101000 | 100111 | 1100100 | 11110 |
Color Harmonies of #986200
Complementary color
Monochromatic Colors of #986200
Black with #986200
Text Example
Text Example
White with #986200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986200; }
p { color: rgb(152,98,0); }
H1.HeaderClassName
{
color: #986200;
}
.AnyTagClassName
{
color: #986200;
}
</style>
background-color css
<style>
a { background-color: #986200; }
a { background-color: rgb(152,98,0); }
div.DivClassName
{
background-color: #986200;
}
.BgClassName
{
background-color: #986200;
}
</style>
border-color css
<style>
span { border-color: #986200; }
span { border-color: rgb(152,98,0); }
td.TdClassName
{
border-color: #986200;
}
.TagClassName
{
border-color: #986200;
}
</style>