Shades of Golden Brown #966E16
Tints of Golden Brown #966E16
RGB
CMYK
RGB Variations
Color information
#966E16 (or 0x966E16) is known color: Golden Brown. HEX triplet: 96, 6E and 16. RGB value is (150,110,22). Sum of RGB (Red+Green+Blue) = 150+110+22=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #966E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E16 is #6991E9. Grayscale: #707070. Windows color (decimal): -6918634 or 1470102. OLE color: 1470102.
HSL color Cylindrical-coordinate representation of color #966E16: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966E16 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 22 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.41 |
| HSL | 41.25º | 0.74% | 0.34% | - |
| HSV(B) | 41.25º | 0.85% | 0.59% | - |
| XYZ | 18.3 | 17.69 | 3.21 | - |
| YUV | 111.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 22 | 0 | 0.27 | 0.85 | 0.41 | 41.25 | 0.74 | 0.34 |
| Hex | 96 | 6E | 16 | 0 | 1B | 55 | 29 | 29 | 4A | 22 |
| Octal | 226 | 156 | 26 | 0 | 33 | 125 | 51 | 51 | 112 | 42 |
| Binary | 10010110 | 1101110 | 10110 | 0 | 11011 | 1010101 | 101001 | 101001 | 1001010 | 100010 |
Color Harmonies of #966E16
Complementary color
Monochromatic Colors of #966E16
Black with #966E16
Text Example
Text Example
White with #966E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E16; }
p { color: rgb(150,110,22); }
H1.HeaderClassName
{
color: #966E16;
}
.AnyTagClassName
{
color: #966E16;
}
</style>
background-color css
<style>
a { background-color: #966E16; }
a { background-color: rgb(150,110,22); }
div.DivClassName
{
background-color: #966E16;
}
.BgClassName
{
background-color: #966E16;
}
</style>
border-color css
<style>
span { border-color: #966E16; }
span { border-color: rgb(150,110,22); }
td.TdClassName
{
border-color: #966E16;
}
.TagClassName
{
border-color: #966E16;
}
</style>