Shades of Golden Brown #996D06
Tints of Golden Brown #996D06
RGB
CMYK
RGB Variations
Color information
#996D06 (or 0x996D06) is known color: Golden Brown. HEX triplet: 99, 6D and 06. RGB value is (153,109,6). Sum of RGB (Red+Green+Blue) = 153+109+6=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D06 is #6692F9. Grayscale: #6E6E6E. Windows color (decimal): -6722298 or 421273. OLE color: 421273.
HSL color Cylindrical-coordinate representation of color #996D06: hue angle of 42.04º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #996D06 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 6 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.4 |
| HSL | 42.04º | 0.92% | 0.31% | - |
| HSV(B) | 42.04º | 0.96% | 0.6% | - |
| XYZ | 18.64 | 17.72 | 2.61 | - |
| YUV | 110.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 6 | 0 | 0.29 | 0.96 | 0.4 | 42.04 | 0.92 | 0.31 |
| Hex | 99 | 6D | 6 | 0 | 1D | 60 | 28 | 2A | 5C | 1F |
| Octal | 231 | 155 | 6 | 0 | 35 | 140 | 50 | 52 | 134 | 37 |
| Binary | 10011001 | 1101101 | 110 | 0 | 11101 | 1100000 | 101000 | 101010 | 1011100 | 11111 |
Color Harmonies of #996D06
Complementary color
Monochromatic Colors of #996D06
Black with #996D06
Text Example
Text Example
White with #996D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D06; }
p { color: rgb(153,109,6); }
H1.HeaderClassName
{
color: #996D06;
}
.AnyTagClassName
{
color: #996D06;
}
</style>
background-color css
<style>
a { background-color: #996D06; }
a { background-color: rgb(153,109,6); }
div.DivClassName
{
background-color: #996D06;
}
.BgClassName
{
background-color: #996D06;
}
</style>
border-color css
<style>
span { border-color: #996D06; }
span { border-color: rgb(153,109,6); }
td.TdClassName
{
border-color: #996D06;
}
.TagClassName
{
border-color: #996D06;
}
</style>