Shades of Golden Brown #996100
Tints of Golden Brown #996100
RGB
CMYK
RGB Variations
Color information
#996100 (or 0x996100) is known color: Golden Brown. HEX triplet: 99, 61 and 00. RGB value is (153,97,0). Sum of RGB (Red+Green+Blue) = 153+97+0=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #996100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996100 is #669EFF. Grayscale: #676767. Windows color (decimal): -6725376 or 24985. OLE color: 24985.
HSL color Cylindrical-coordinate representation of color #996100: hue angle of 38.04º 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 #996100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.4 |
| HSL | 38.04º | 1% | 0.3% | - |
| HSV(B) | 38.04º | 1% | 0.6% | - |
| XYZ | 17.41 | 15.32 | 2.04 | - |
| YUV | 102.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 0 | 0 | 0.37 | 1 | 0.4 | 38.04 | 1 | 0.3 |
| Hex | 99 | 61 | 0 | 0 | 25 | 64 | 28 | 26 | 64 | 1E |
| Octal | 231 | 141 | 0 | 0 | 45 | 144 | 50 | 46 | 144 | 36 |
| Binary | 10011001 | 1100001 | 0 | 0 | 100101 | 1100100 | 101000 | 100110 | 1100100 | 11110 |
Color Harmonies of #996100
Complementary color
Monochromatic Colors of #996100
Black with #996100
Text Example
Text Example
White with #996100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996100; }
p { color: rgb(153,97,0); }
H1.HeaderClassName
{
color: #996100;
}
.AnyTagClassName
{
color: #996100;
}
</style>
background-color css
<style>
a { background-color: #996100; }
a { background-color: rgb(153,97,0); }
div.DivClassName
{
background-color: #996100;
}
.BgClassName
{
background-color: #996100;
}
</style>
border-color css
<style>
span { border-color: #996100; }
span { border-color: rgb(153,97,0); }
td.TdClassName
{
border-color: #996100;
}
.TagClassName
{
border-color: #996100;
}
</style>