Shades of Golden Brown #996B21
Tints of Golden Brown #996B21
RGB
CMYK
RGB Variations
Color information
#996B21 (or 0x996B21) is known color: Golden Brown. HEX triplet: 99, 6B and 21. RGB value is (153,107,33). Sum of RGB (Red+Green+Blue) = 153+107+33=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #996B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B21 is #6694DE. Grayscale: #707070. Windows color (decimal): -6722783 or 2190233. OLE color: 2190233.
HSL color Cylindrical-coordinate representation of color #996B21: hue angle of 37º 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 #996B21 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 33 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.4 |
| HSL | 37º | 0.65% | 0.36% | - |
| HSV(B) | 37º | 0.78% | 0.6% | - |
| XYZ | 18.67 | 17.4 | 3.81 | - |
| YUV | 112.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 33 | 0 | 0.30 | 0.78 | 0.4 | 37 | 0.65 | 0.36 |
| Hex | 99 | 6B | 21 | 0 | 1E | 4E | 28 | 25 | 41 | 24 |
| Octal | 231 | 153 | 41 | 0 | 36 | 116 | 50 | 45 | 101 | 44 |
| Binary | 10011001 | 1101011 | 100001 | 0 | 11110 | 1001110 | 101000 | 100101 | 1000001 | 100100 |
Color Harmonies of #996B21
Complementary color
Monochromatic Colors of #996B21
Black with #996B21
Text Example
Text Example
White with #996B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B21; }
p { color: rgb(153,107,33); }
H1.HeaderClassName
{
color: #996B21;
}
.AnyTagClassName
{
color: #996B21;
}
</style>
background-color css
<style>
a { background-color: #996B21; }
a { background-color: rgb(153,107,33); }
div.DivClassName
{
background-color: #996B21;
}
.BgClassName
{
background-color: #996B21;
}
</style>
border-color css
<style>
span { border-color: #996B21; }
span { border-color: rgb(153,107,33); }
td.TdClassName
{
border-color: #996B21;
}
.TagClassName
{
border-color: #996B21;
}
</style>