Shades of Golden Brown #986902
Tints of Golden Brown #986902
RGB
CMYK
RGB Variations
Color information
#986902 (or 0x986902) is known color: Golden Brown. HEX triplet: 98, 69 and 02. RGB value is (152,105,2). Sum of RGB (Red+Green+Blue) = 152+105+2=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #986902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986902 is #6796FD. Grayscale: #6B6B6B. Windows color (decimal): -6788862 or 158104. OLE color: 158104.
HSL color Cylindrical-coordinate representation of color #986902: hue angle of 41.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 #986902 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.40 |
| HSL | 41.2º | 0.97% | 0.3% | - |
| HSV(B) | 41.2º | 0.99% | 0.6% | - |
| XYZ | 18.01 | 16.78 | 2.35 | - |
| YUV | 107.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 2 | 0 | 0.31 | 0.99 | 0.40 | 41.2 | 0.97 | 0.3 |
| Hex | 98 | 69 | 2 | 0 | 1F | 63 | 28 | 29 | 61 | 1E |
| Octal | 230 | 151 | 2 | 0 | 37 | 143 | 50 | 51 | 141 | 36 |
| Binary | 10011000 | 1101001 | 10 | 0 | 11111 | 1100011 | 101000 | 101001 | 1100001 | 11110 |
Color Harmonies of #986902
Complementary color
Monochromatic Colors of #986902
Black with #986902
Text Example
Text Example
White with #986902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986902; }
p { color: rgb(152,105,2); }
H1.HeaderClassName
{
color: #986902;
}
.AnyTagClassName
{
color: #986902;
}
</style>
background-color css
<style>
a { background-color: #986902; }
a { background-color: rgb(152,105,2); }
div.DivClassName
{
background-color: #986902;
}
.BgClassName
{
background-color: #986902;
}
</style>
border-color css
<style>
span { border-color: #986902; }
span { border-color: rgb(152,105,2); }
td.TdClassName
{
border-color: #986902;
}
.TagClassName
{
border-color: #986902;
}
</style>