Shades of Golden Brown #996000
Tints of Golden Brown #996000
RGB
CMYK
RGB Variations
Color information
#996000 (or 0x996000) is known color: Golden Brown. HEX triplet: 99, 60 and 00. RGB value is (153,96,0). Sum of RGB (Red+Green+Blue) = 153+96+0=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #996000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996000 is #669FFF. Grayscale: #666666. Windows color (decimal): -6725632 or 24729. OLE color: 24729.
HSL color Cylindrical-coordinate representation of color #996000: hue angle of 37.65º 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 #996000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.4 |
| HSL | 37.65º | 1% | 0.3% | - |
| HSV(B) | 37.65º | 1% | 0.6% | - |
| XYZ | 17.32 | 15.14 | 2.01 | - |
| YUV | 102.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 0 | 0 | 0.37 | 1 | 0.4 | 37.65 | 1 | 0.3 |
| Hex | 99 | 60 | 0 | 0 | 25 | 64 | 28 | 26 | 64 | 1E |
| Octal | 231 | 140 | 0 | 0 | 45 | 144 | 50 | 46 | 144 | 36 |
| Binary | 10011001 | 1100000 | 0 | 0 | 100101 | 1100100 | 101000 | 100110 | 1100100 | 11110 |
Color Harmonies of #996000
Complementary color
Monochromatic Colors of #996000
Black with #996000
Text Example
Text Example
White with #996000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996000; }
p { color: rgb(153,96,0); }
H1.HeaderClassName
{
color: #996000;
}
.AnyTagClassName
{
color: #996000;
}
</style>
background-color css
<style>
a { background-color: #996000; }
a { background-color: rgb(153,96,0); }
div.DivClassName
{
background-color: #996000;
}
.BgClassName
{
background-color: #996000;
}
</style>
border-color css
<style>
span { border-color: #996000; }
span { border-color: rgb(153,96,0); }
td.TdClassName
{
border-color: #996000;
}
.TagClassName
{
border-color: #996000;
}
</style>