Shades of Golden Brown #996F06
Tints of Golden Brown #996F06
RGB
CMYK
RGB Variations
Color information
#996F06 (or 0x996F06) is known color: Golden Brown. HEX triplet: 99, 6F and 06. RGB value is (153,111,6). Sum of RGB (Red+Green+Blue) = 153+111+6=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #996F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F06 is #6690F9. Grayscale: #707070. Windows color (decimal): -6721786 or 421785. OLE color: 421785.
HSL color Cylindrical-coordinate representation of color #996F06: hue angle of 42.86º 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 #996F06 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 6 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.4 |
| HSL | 42.86º | 0.92% | 0.31% | - |
| HSV(B) | 42.86º | 0.96% | 0.6% | - |
| XYZ | 18.85 | 18.15 | 2.68 | - |
| YUV | 111.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 6 | 0 | 0.27 | 0.96 | 0.4 | 42.86 | 0.92 | 0.31 |
| Hex | 99 | 6F | 6 | 0 | 1B | 60 | 28 | 2B | 5C | 1F |
| Octal | 231 | 157 | 6 | 0 | 33 | 140 | 50 | 53 | 134 | 37 |
| Binary | 10011001 | 1101111 | 110 | 0 | 11011 | 1100000 | 101000 | 101011 | 1011100 | 11111 |
Color Harmonies of #996F06
Complementary color
Monochromatic Colors of #996F06
Black with #996F06
Text Example
Text Example
White with #996F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F06; }
p { color: rgb(153,111,6); }
H1.HeaderClassName
{
color: #996F06;
}
.AnyTagClassName
{
color: #996F06;
}
</style>
background-color css
<style>
a { background-color: #996F06; }
a { background-color: rgb(153,111,6); }
div.DivClassName
{
background-color: #996F06;
}
.BgClassName
{
background-color: #996F06;
}
</style>
border-color css
<style>
span { border-color: #996F06; }
span { border-color: rgb(153,111,6); }
td.TdClassName
{
border-color: #996F06;
}
.TagClassName
{
border-color: #996F06;
}
</style>