Shades of Golden Brown #996012
Tints of Golden Brown #996012
RGB
CMYK
RGB Variations
Color information
#996012 (or 0x996012) is known color: Golden Brown. HEX triplet: 99, 60 and 12. RGB value is (153,96,18). Sum of RGB (Red+Green+Blue) = 153+96+18=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996012 is #669FED. Grayscale: #686868. Windows color (decimal): -6725614 or 1204377. OLE color: 1204377.
HSL color Cylindrical-coordinate representation of color #996012: hue angle of 34.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996012 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 18 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.4 |
| HSL | 34.67º | 0.79% | 0.34% | - |
| HSV(B) | 34.67º | 0.88% | 0.6% | - |
| XYZ | 17.43 | 15.18 | 2.58 | - |
| YUV | 104.15 | 79.38 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 18 | 0 | 0.37 | 0.88 | 0.4 | 34.67 | 0.79 | 0.34 |
| Hex | 99 | 60 | 12 | 0 | 25 | 58 | 28 | 23 | 4F | 22 |
| Octal | 231 | 140 | 22 | 0 | 45 | 130 | 50 | 43 | 117 | 42 |
| Binary | 10011001 | 1100000 | 10010 | 0 | 100101 | 1011000 | 101000 | 100011 | 1001111 | 100010 |
Color Harmonies of #996012
Complementary color
Monochromatic Colors of #996012
Black with #996012
Text Example
Text Example
White with #996012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996012; }
p { color: rgb(153,96,18); }
H1.HeaderClassName
{
color: #996012;
}
.AnyTagClassName
{
color: #996012;
}
</style>
background-color css
<style>
a { background-color: #996012; }
a { background-color: rgb(153,96,18); }
div.DivClassName
{
background-color: #996012;
}
.BgClassName
{
background-color: #996012;
}
</style>
border-color css
<style>
span { border-color: #996012; }
span { border-color: rgb(153,96,18); }
td.TdClassName
{
border-color: #996012;
}
.TagClassName
{
border-color: #996012;
}
</style>