Shades of Golden Brown #966F16
Tints of Golden Brown #966F16
RGB
CMYK
RGB Variations
Color information
#966F16 (or 0x966F16) is known color: Golden Brown. HEX triplet: 96, 6F and 16. RGB value is (150,111,22). Sum of RGB (Red+Green+Blue) = 150+111+22=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #966F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F16 is #6990E9. Grayscale: #707070. Windows color (decimal): -6918378 or 1470358. OLE color: 1470358.
HSL color Cylindrical-coordinate representation of color #966F16: hue angle of 41.72º 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 #966F16 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 22 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.41 |
| HSL | 41.72º | 0.74% | 0.34% | - |
| HSV(B) | 41.72º | 0.85% | 0.59% | - |
| XYZ | 18.41 | 17.91 | 3.25 | - |
| YUV | 112.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 22 | 0 | 0.26 | 0.85 | 0.41 | 41.72 | 0.74 | 0.34 |
| Hex | 96 | 6F | 16 | 0 | 1A | 55 | 29 | 2A | 4A | 22 |
| Octal | 226 | 157 | 26 | 0 | 32 | 125 | 51 | 52 | 112 | 42 |
| Binary | 10010110 | 1101111 | 10110 | 0 | 11010 | 1010101 | 101001 | 101010 | 1001010 | 100010 |
Color Harmonies of #966F16
Complementary color
Monochromatic Colors of #966F16
Black with #966F16
Text Example
Text Example
White with #966F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F16; }
p { color: rgb(150,111,22); }
H1.HeaderClassName
{
color: #966F16;
}
.AnyTagClassName
{
color: #966F16;
}
</style>
background-color css
<style>
a { background-color: #966F16; }
a { background-color: rgb(150,111,22); }
div.DivClassName
{
background-color: #966F16;
}
.BgClassName
{
background-color: #966F16;
}
</style>
border-color css
<style>
span { border-color: #966F16; }
span { border-color: rgb(150,111,22); }
td.TdClassName
{
border-color: #966F16;
}
.TagClassName
{
border-color: #966F16;
}
</style>