Shades of Golden Brown #986921
Tints of Golden Brown #986921
RGB
CMYK
RGB Variations
Color information
#986921 (or 0x986921) is known color: Golden Brown. HEX triplet: 98, 69 and 21. RGB value is (152,105,33). Sum of RGB (Red+Green+Blue) = 152+105+33=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986921 is #6796DE. Grayscale: #6F6F6F. Windows color (decimal): -6788831 or 2189720. OLE color: 2189720.
HSL color Cylindrical-coordinate representation of color #986921: hue angle of 36.3º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986921 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 33 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.40 |
| HSL | 36.3º | 0.64% | 0.36% | - |
| HSV(B) | 36.3º | 0.78% | 0.6% | - |
| XYZ | 18.27 | 16.89 | 3.74 | - |
| YUV | 110.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 33 | 0 | 0.31 | 0.78 | 0.40 | 36.3 | 0.64 | 0.36 |
| Hex | 98 | 69 | 21 | 0 | 1F | 4E | 28 | 24 | 40 | 24 |
| Octal | 230 | 151 | 41 | 0 | 37 | 116 | 50 | 44 | 100 | 44 |
| Binary | 10011000 | 1101001 | 100001 | 0 | 11111 | 1001110 | 101000 | 100100 | 1000000 | 100100 |
Color Harmonies of #986921
Complementary color
Monochromatic Colors of #986921
Black with #986921
Text Example
Text Example
White with #986921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986921; }
p { color: rgb(152,105,33); }
H1.HeaderClassName
{
color: #986921;
}
.AnyTagClassName
{
color: #986921;
}
</style>
background-color css
<style>
a { background-color: #986921; }
a { background-color: rgb(152,105,33); }
div.DivClassName
{
background-color: #986921;
}
.BgClassName
{
background-color: #986921;
}
</style>
border-color css
<style>
span { border-color: #986921; }
span { border-color: rgb(152,105,33); }
td.TdClassName
{
border-color: #986921;
}
.TagClassName
{
border-color: #986921;
}
</style>