Shades of Golden Brown #996205
Tints of Golden Brown #996205
RGB
CMYK
RGB Variations
Color information
#996205 (or 0x996205) is known color: Golden Brown. HEX triplet: 99, 62 and 05. RGB value is (153,98,5). Sum of RGB (Red+Green+Blue) = 153+98+5=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996205 is #669DFA. Grayscale: #686868. Windows color (decimal): -6725115 or 352921. OLE color: 352921.
HSL color Cylindrical-coordinate representation of color #996205: hue angle of 37.7º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996205 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.4 |
| HSL | 37.7º | 0.94% | 0.31% | - |
| HSV(B) | 37.7º | 0.97% | 0.6% | - |
| XYZ | 17.53 | 15.52 | 2.21 | - |
| YUV | 103.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 5 | 0 | 0.36 | 0.97 | 0.4 | 37.7 | 0.94 | 0.31 |
| Hex | 99 | 62 | 5 | 0 | 24 | 61 | 28 | 26 | 5E | 1F |
| Octal | 231 | 142 | 5 | 0 | 44 | 141 | 50 | 46 | 136 | 37 |
| Binary | 10011001 | 1100010 | 101 | 0 | 100100 | 1100001 | 101000 | 100110 | 1011110 | 11111 |
Color Harmonies of #996205
Complementary color
Monochromatic Colors of #996205
Black with #996205
Text Example
Text Example
White with #996205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996205; }
p { color: rgb(153,98,5); }
H1.HeaderClassName
{
color: #996205;
}
.AnyTagClassName
{
color: #996205;
}
</style>
background-color css
<style>
a { background-color: #996205; }
a { background-color: rgb(153,98,5); }
div.DivClassName
{
background-color: #996205;
}
.BgClassName
{
background-color: #996205;
}
</style>
border-color css
<style>
span { border-color: #996205; }
span { border-color: rgb(153,98,5); }
td.TdClassName
{
border-color: #996205;
}
.TagClassName
{
border-color: #996205;
}
</style>