Shades of Golden Brown #996822
Tints of Golden Brown #996822
RGB
CMYK
RGB Variations
Color information
#996822 (or 0x996822) is known color: Golden Brown. HEX triplet: 99, 68 and 22. RGB value is (153,104,34). Sum of RGB (Red+Green+Blue) = 153+104+34=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996822 is #6697DD. Grayscale: #6E6E6E. Windows color (decimal): -6723550 or 2255001. OLE color: 2255001.
HSL color Cylindrical-coordinate representation of color #996822: hue angle of 35.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #996822 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 34 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.4 |
| HSL | 35.29º | 0.64% | 0.37% | - |
| HSV(B) | 35.29º | 0.78% | 0.6% | - |
| XYZ | 18.38 | 16.79 | 3.79 | - |
| YUV | 110.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 34 | 0 | 0.32 | 0.78 | 0.4 | 35.29 | 0.64 | 0.37 |
| Hex | 99 | 68 | 22 | 0 | 20 | 4E | 28 | 23 | 40 | 25 |
| Octal | 231 | 150 | 42 | 0 | 40 | 116 | 50 | 43 | 100 | 45 |
| Binary | 10011001 | 1101000 | 100010 | 0 | 100000 | 1001110 | 101000 | 100011 | 1000000 | 100101 |
Color Harmonies of #996822
Complementary color
Monochromatic Colors of #996822
Black with #996822
Text Example
Text Example
White with #996822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996822; }
p { color: rgb(153,104,34); }
H1.HeaderClassName
{
color: #996822;
}
.AnyTagClassName
{
color: #996822;
}
</style>
background-color css
<style>
a { background-color: #996822; }
a { background-color: rgb(153,104,34); }
div.DivClassName
{
background-color: #996822;
}
.BgClassName
{
background-color: #996822;
}
</style>
border-color css
<style>
span { border-color: #996822; }
span { border-color: rgb(153,104,34); }
td.TdClassName
{
border-color: #996822;
}
.TagClassName
{
border-color: #996822;
}
</style>