Shades of Golden Brown #966216
Tints of Golden Brown #966216
RGB
CMYK
RGB Variations
Color information
#966216 (or 0x966216) is known color: Golden Brown. HEX triplet: 96, 62 and 16. RGB value is (150,98,22). Sum of RGB (Red+Green+Blue) = 150+98+22=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966216 is #699DE9. Grayscale: #696969. Windows color (decimal): -6921706 or 1467030. OLE color: 1467030.
HSL color Cylindrical-coordinate representation of color #966216: hue angle of 35.62º 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 #966216 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 22 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.41 |
| HSL | 35.63º | 0.74% | 0.34% | - |
| HSV(B) | 35.63º | 0.85% | 0.59% | - |
| XYZ | 17.09 | 15.28 | 2.81 | - |
| YUV | 104.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 22 | 0 | 0.35 | 0.85 | 0.41 | 35.63 | 0.74 | 0.34 |
| Hex | 96 | 62 | 16 | 0 | 23 | 55 | 29 | 24 | 4A | 22 |
| Octal | 226 | 142 | 26 | 0 | 43 | 125 | 51 | 44 | 112 | 42 |
| Binary | 10010110 | 1100010 | 10110 | 0 | 100011 | 1010101 | 101001 | 100100 | 1001010 | 100010 |
Color Harmonies of #966216
Complementary color
Monochromatic Colors of #966216
Black with #966216
Text Example
Text Example
White with #966216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966216; }
p { color: rgb(150,98,22); }
H1.HeaderClassName
{
color: #966216;
}
.AnyTagClassName
{
color: #966216;
}
</style>
background-color css
<style>
a { background-color: #966216; }
a { background-color: rgb(150,98,22); }
div.DivClassName
{
background-color: #966216;
}
.BgClassName
{
background-color: #966216;
}
</style>
border-color css
<style>
span { border-color: #966216; }
span { border-color: rgb(150,98,22); }
td.TdClassName
{
border-color: #966216;
}
.TagClassName
{
border-color: #966216;
}
</style>