Shades of McKenzie #966A36
Tints of McKenzie #966A36
RGB
CMYK
RGB Variations
Color information
#966A36 (or 0x966A36) is known color: McKenzie. HEX triplet: 96, 6A and 36. RGB value is (150,106,54). Sum of RGB (Red+Green+Blue) = 150+106+54=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #966A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A36 is #6995C9. Grayscale: #717171. Windows color (decimal): -6919626 or 3566230. OLE color: 3566230.
HSL color Cylindrical-coordinate representation of color #966A36: hue angle of 32.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #966A36 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 54 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.41 |
| HSL | 32.5º | 0.47% | 0.4% | - |
| HSV(B) | 32.5º | 0.64% | 0.59% | - |
| XYZ | 18.4 | 17.06 | 5.81 | - |
| YUV | 113.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 54 | 0 | 0.29 | 0.64 | 0.41 | 32.5 | 0.47 | 0.4 |
| Hex | 96 | 6A | 36 | 0 | 1D | 40 | 29 | 20 | 2F | 28 |
| Octal | 226 | 152 | 66 | 0 | 35 | 100 | 51 | 40 | 57 | 50 |
| Binary | 10010110 | 1101010 | 110110 | 0 | 11101 | 1000000 | 101001 | 100000 | 101111 | 101000 |
Color Harmonies of #966A36
Complementary color
Monochromatic Colors of #966A36
Black with #966A36
Text Example
Text Example
White with #966A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A36; }
p { color: rgb(150,106,54); }
H1.HeaderClassName
{
color: #966A36;
}
.AnyTagClassName
{
color: #966A36;
}
</style>
background-color css
<style>
a { background-color: #966A36; }
a { background-color: rgb(150,106,54); }
div.DivClassName
{
background-color: #966A36;
}
.BgClassName
{
background-color: #966A36;
}
</style>
border-color css
<style>
span { border-color: #966A36; }
span { border-color: rgb(150,106,54); }
td.TdClassName
{
border-color: #966A36;
}
.TagClassName
{
border-color: #966A36;
}
</style>