Shades of Golden Brown #966E17
Tints of Golden Brown #966E17
RGB
CMYK
RGB Variations
Color information
#966E17 (or 0x966E17) is known color: Golden Brown. HEX triplet: 96, 6E and 17. RGB value is (150,110,23). Sum of RGB (Red+Green+Blue) = 150+110+23=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #966E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E17 is #6991E8. Grayscale: #707070. Windows color (decimal): -6918633 or 1535638. OLE color: 1535638.
HSL color Cylindrical-coordinate representation of color #966E17: hue angle of 41.1º degrees, saturation: 0.73, 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 #966E17 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 23 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.41 |
| HSL | 41.1º | 0.73% | 0.34% | - |
| HSV(B) | 41.1º | 0.85% | 0.59% | - |
| XYZ | 18.31 | 17.7 | 3.26 | - |
| YUV | 112.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 23 | 0 | 0.27 | 0.85 | 0.41 | 41.1 | 0.73 | 0.34 |
| Hex | 96 | 6E | 17 | 0 | 1B | 55 | 29 | 29 | 49 | 22 |
| Octal | 226 | 156 | 27 | 0 | 33 | 125 | 51 | 51 | 111 | 42 |
| Binary | 10010110 | 1101110 | 10111 | 0 | 11011 | 1010101 | 101001 | 101001 | 1001001 | 100010 |
Color Harmonies of #966E17
Complementary color
Monochromatic Colors of #966E17
Black with #966E17
Text Example
Text Example
White with #966E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E17; }
p { color: rgb(150,110,23); }
H1.HeaderClassName
{
color: #966E17;
}
.AnyTagClassName
{
color: #966E17;
}
</style>
background-color css
<style>
a { background-color: #966E17; }
a { background-color: rgb(150,110,23); }
div.DivClassName
{
background-color: #966E17;
}
.BgClassName
{
background-color: #966E17;
}
</style>
border-color css
<style>
span { border-color: #966E17; }
span { border-color: rgb(150,110,23); }
td.TdClassName
{
border-color: #966E17;
}
.TagClassName
{
border-color: #966E17;
}
</style>