Shades of Golden Brown #996A00
Tints of Golden Brown #996A00
RGB
CMYK
RGB Variations
Color information
#996A00 (or 0x996A00) is known color: Golden Brown. HEX triplet: 99, 6A and 00. RGB value is (153,106,0). Sum of RGB (Red+Green+Blue) = 153+106+0=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #996A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A00 is #6695FF. Grayscale: #6C6C6C. Windows color (decimal): -6723072 or 27289. OLE color: 27289.
HSL color Cylindrical-coordinate representation of color #996A00: hue angle of 41.57º 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 #996A00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.4 |
| HSL | 41.57º | 1% | 0.3% | - |
| HSV(B) | 41.57º | 1% | 0.6% | - |
| XYZ | 18.29 | 17.08 | 2.33 | - |
| YUV | 107.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 0 | 0 | 0.31 | 1 | 0.4 | 41.57 | 1 | 0.3 |
| Hex | 99 | 6A | 0 | 0 | 1F | 64 | 28 | 2A | 64 | 1E |
| Octal | 231 | 152 | 0 | 0 | 37 | 144 | 50 | 52 | 144 | 36 |
| Binary | 10011001 | 1101010 | 0 | 0 | 11111 | 1100100 | 101000 | 101010 | 1100100 | 11110 |
Color Harmonies of #996A00
Complementary color
Monochromatic Colors of #996A00
Black with #996A00
Text Example
Text Example
White with #996A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A00; }
p { color: rgb(153,106,0); }
H1.HeaderClassName
{
color: #996A00;
}
.AnyTagClassName
{
color: #996A00;
}
</style>
background-color css
<style>
a { background-color: #996A00; }
a { background-color: rgb(153,106,0); }
div.DivClassName
{
background-color: #996A00;
}
.BgClassName
{
background-color: #996A00;
}
</style>
border-color css
<style>
span { border-color: #996A00; }
span { border-color: rgb(153,106,0); }
td.TdClassName
{
border-color: #996A00;
}
.TagClassName
{
border-color: #996A00;
}
</style>