Shades of Golden Brown #996F00
Tints of Golden Brown #996F00
RGB
CMYK
RGB Variations
Color information
#996F00 (or 0x996F00) is known color: Golden Brown. HEX triplet: 99, 6F and 00. RGB value is (153,111,0). Sum of RGB (Red+Green+Blue) = 153+111+0=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #996F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F00 is #6690FF. Grayscale: #6F6F6F. Windows color (decimal): -6721792 or 28569. OLE color: 28569.
HSL color Cylindrical-coordinate representation of color #996F00: hue angle of 43.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #996F00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.4 |
| HSL | 43.53º | 1% | 0.3% | - |
| HSV(B) | 43.53º | 1% | 0.6% | - |
| XYZ | 18.82 | 18.14 | 2.51 | - |
| YUV | 110.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 0 | 0 | 0.27 | 1 | 0.4 | 43.53 | 1 | 0.3 |
| Hex | 99 | 6F | 0 | 0 | 1B | 64 | 28 | 2C | 64 | 1E |
| Octal | 231 | 157 | 0 | 0 | 33 | 144 | 50 | 54 | 144 | 36 |
| Binary | 10011001 | 1101111 | 0 | 0 | 11011 | 1100100 | 101000 | 101100 | 1100100 | 11110 |
Color Harmonies of #996F00
Complementary color
Monochromatic Colors of #996F00
Black with #996F00
Text Example
Text Example
White with #996F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F00; }
p { color: rgb(153,111,0); }
H1.HeaderClassName
{
color: #996F00;
}
.AnyTagClassName
{
color: #996F00;
}
</style>
background-color css
<style>
a { background-color: #996F00; }
a { background-color: rgb(153,111,0); }
div.DivClassName
{
background-color: #996F00;
}
.BgClassName
{
background-color: #996F00;
}
</style>
border-color css
<style>
span { border-color: #996F00; }
span { border-color: rgb(153,111,0); }
td.TdClassName
{
border-color: #996F00;
}
.TagClassName
{
border-color: #996F00;
}
</style>