Shades of Golden Brown #996B12
Tints of Golden Brown #996B12
RGB
CMYK
RGB Variations
Color information
#996B12 (or 0x996B12) is known color: Golden Brown. HEX triplet: 99, 6B and 12. RGB value is (153,107,18). Sum of RGB (Red+Green+Blue) = 153+107+18=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #996B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B12 is #6694ED. Grayscale: #6F6F6F. Windows color (decimal): -6722798 or 1207193. OLE color: 1207193.
HSL color Cylindrical-coordinate representation of color #996B12: hue angle of 39.56º 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 #996B12 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 18 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.4 |
| HSL | 39.56º | 0.79% | 0.34% | - |
| HSV(B) | 39.56º | 0.88% | 0.6% | - |
| XYZ | 18.5 | 17.33 | 2.94 | - |
| YUV | 110.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 18 | 0 | 0.30 | 0.88 | 0.4 | 39.56 | 0.79 | 0.34 |
| Hex | 99 | 6B | 12 | 0 | 1E | 58 | 28 | 28 | 4F | 22 |
| Octal | 231 | 153 | 22 | 0 | 36 | 130 | 50 | 50 | 117 | 42 |
| Binary | 10011001 | 1101011 | 10010 | 0 | 11110 | 1011000 | 101000 | 101000 | 1001111 | 100010 |
Color Harmonies of #996B12
Complementary color
Monochromatic Colors of #996B12
Black with #996B12
Text Example
Text Example
White with #996B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B12; }
p { color: rgb(153,107,18); }
H1.HeaderClassName
{
color: #996B12;
}
.AnyTagClassName
{
color: #996B12;
}
</style>
background-color css
<style>
a { background-color: #996B12; }
a { background-color: rgb(153,107,18); }
div.DivClassName
{
background-color: #996B12;
}
.BgClassName
{
background-color: #996B12;
}
</style>
border-color css
<style>
span { border-color: #996B12; }
span { border-color: rgb(153,107,18); }
td.TdClassName
{
border-color: #996B12;
}
.TagClassName
{
border-color: #996B12;
}
</style>