Shades of McKenzie #966A3E
Tints of McKenzie #966A3E
RGB
CMYK
RGB Variations
Color information
#966A3E (or 0x966A3E) is known color: McKenzie. HEX triplet: 96, 6A and 3E. RGB value is (150,106,62). Sum of RGB (Red+Green+Blue) = 150+106+62=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #966A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A3E is #6995C1. Grayscale: #727272. Windows color (decimal): -6919618 or 4090518. OLE color: 4090518.
HSL color Cylindrical-coordinate representation of color #966A3E: hue angle of 30º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #966A3E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 62 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.41 |
| HSL | 30º | 0.42% | 0.42% | - |
| HSV(B) | 30º | 0.59% | 0.59% | - |
| XYZ | 18.6 | 17.14 | 6.89 | - |
| YUV | 114.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 62 | 0 | 0.29 | 0.59 | 0.41 | 30 | 0.42 | 0.42 |
| Hex | 96 | 6A | 3E | 0 | 1D | 3B | 29 | 1E | 2A | 2A |
| Octal | 226 | 152 | 76 | 0 | 35 | 73 | 51 | 36 | 52 | 52 |
| Binary | 10010110 | 1101010 | 111110 | 0 | 11101 | 111011 | 101001 | 11110 | 101010 | 101010 |
Color Harmonies of #966A3E
Complementary color
Monochromatic Colors of #966A3E
Black with #966A3E
Text Example
Text Example
White with #966A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A3E; }
p { color: rgb(150,106,62); }
H1.HeaderClassName
{
color: #966A3E;
}
.AnyTagClassName
{
color: #966A3E;
}
</style>
background-color css
<style>
a { background-color: #966A3E; }
a { background-color: rgb(150,106,62); }
div.DivClassName
{
background-color: #966A3E;
}
.BgClassName
{
background-color: #966A3E;
}
</style>
border-color css
<style>
span { border-color: #966A3E; }
span { border-color: rgb(150,106,62); }
td.TdClassName
{
border-color: #966A3E;
}
.TagClassName
{
border-color: #966A3E;
}
</style>