Shades of Golden Brown #996921
Tints of Golden Brown #996921
RGB
CMYK
RGB Variations
Color information
#996921 (or 0x996921) is known color: Golden Brown. HEX triplet: 99, 69 and 21. RGB value is (153,105,33). Sum of RGB (Red+Green+Blue) = 153+105+33=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996921 is #6696DE. Grayscale: #6F6F6F. Windows color (decimal): -6723295 or 2189721. OLE color: 2189721.
HSL color Cylindrical-coordinate representation of color #996921: hue angle of 36º degrees, saturation: 0.65, 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 #996921 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 33 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.4 |
| HSL | 36º | 0.65% | 0.36% | - |
| HSV(B) | 36º | 0.78% | 0.6% | - |
| XYZ | 18.46 | 16.99 | 3.74 | - |
| YUV | 111.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 33 | 0 | 0.31 | 0.78 | 0.4 | 36 | 0.65 | 0.36 |
| Hex | 99 | 69 | 21 | 0 | 1F | 4E | 28 | 24 | 41 | 24 |
| Octal | 231 | 151 | 41 | 0 | 37 | 116 | 50 | 44 | 101 | 44 |
| Binary | 10011001 | 1101001 | 100001 | 0 | 11111 | 1001110 | 101000 | 100100 | 1000001 | 100100 |
Color Harmonies of #996921
Complementary color
Monochromatic Colors of #996921
Black with #996921
Text Example
Text Example
White with #996921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996921; }
p { color: rgb(153,105,33); }
H1.HeaderClassName
{
color: #996921;
}
.AnyTagClassName
{
color: #996921;
}
</style>
background-color css
<style>
a { background-color: #996921; }
a { background-color: rgb(153,105,33); }
div.DivClassName
{
background-color: #996921;
}
.BgClassName
{
background-color: #996921;
}
</style>
border-color css
<style>
span { border-color: #996921; }
span { border-color: rgb(153,105,33); }
td.TdClassName
{
border-color: #996921;
}
.TagClassName
{
border-color: #996921;
}
</style>