Shades of Golden Brown #996B00
Tints of Golden Brown #996B00
RGB
CMYK
RGB Variations
Color information
#996B00 (or 0x996B00) is known color: Golden Brown. HEX triplet: 99, 6B and 00. RGB value is (153,107,0). Sum of RGB (Red+Green+Blue) = 153+107+0=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #996B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B00 is #6694FF. Grayscale: #6D6D6D. Windows color (decimal): -6722816 or 27545. OLE color: 27545.
HSL color Cylindrical-coordinate representation of color #996B00: hue angle of 41.96º 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 #996B00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.4 |
| HSL | 41.96º | 1% | 0.3% | - |
| HSV(B) | 41.96º | 1% | 0.6% | - |
| XYZ | 18.39 | 17.29 | 2.37 | - |
| YUV | 108.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 0 | 0 | 0.30 | 1 | 0.4 | 41.96 | 1 | 0.3 |
| Hex | 99 | 6B | 0 | 0 | 1E | 64 | 28 | 2A | 64 | 1E |
| Octal | 231 | 153 | 0 | 0 | 36 | 144 | 50 | 52 | 144 | 36 |
| Binary | 10011001 | 1101011 | 0 | 0 | 11110 | 1100100 | 101000 | 101010 | 1100100 | 11110 |
Color Harmonies of #996B00
Complementary color
Monochromatic Colors of #996B00
Black with #996B00
Text Example
Text Example
White with #996B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B00; }
p { color: rgb(153,107,0); }
H1.HeaderClassName
{
color: #996B00;
}
.AnyTagClassName
{
color: #996B00;
}
</style>
background-color css
<style>
a { background-color: #996B00; }
a { background-color: rgb(153,107,0); }
div.DivClassName
{
background-color: #996B00;
}
.BgClassName
{
background-color: #996B00;
}
</style>
border-color css
<style>
span { border-color: #996B00; }
span { border-color: rgb(153,107,0); }
td.TdClassName
{
border-color: #996B00;
}
.TagClassName
{
border-color: #996B00;
}
</style>