Shades of McKenzie #966D3D
Tints of McKenzie #966D3D
RGB
CMYK
RGB Variations
Color information
#966D3D (or 0x966D3D) is known color: McKenzie. HEX triplet: 96, 6D and 3D. RGB value is (150,109,61). Sum of RGB (Red+Green+Blue) = 150+109+61=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #966D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D3D is #6992C2. Grayscale: #747474. Windows color (decimal): -6918851 or 4025750. OLE color: 4025750.
HSL color Cylindrical-coordinate representation of color #966D3D: hue angle of 32.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #966D3D is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 61 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.41 |
| HSL | 32.36º | 0.42% | 0.41% | - |
| HSV(B) | 32.36º | 0.59% | 0.59% | - |
| XYZ | 18.89 | 17.76 | 6.85 | - |
| YUV | 115.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 61 | 0 | 0.27 | 0.59 | 0.41 | 32.36 | 0.42 | 0.41 |
| Hex | 96 | 6D | 3D | 0 | 1B | 3B | 29 | 20 | 2A | 29 |
| Octal | 226 | 155 | 75 | 0 | 33 | 73 | 51 | 40 | 52 | 51 |
| Binary | 10010110 | 1101101 | 111101 | 0 | 11011 | 111011 | 101001 | 100000 | 101010 | 101001 |
Color Harmonies of #966D3D
Complementary color
Monochromatic Colors of #966D3D
Black with #966D3D
Text Example
Text Example
White with #966D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D3D; }
p { color: rgb(150,109,61); }
H1.HeaderClassName
{
color: #966D3D;
}
.AnyTagClassName
{
color: #966D3D;
}
</style>
background-color css
<style>
a { background-color: #966D3D; }
a { background-color: rgb(150,109,61); }
div.DivClassName
{
background-color: #966D3D;
}
.BgClassName
{
background-color: #966D3D;
}
</style>
border-color css
<style>
span { border-color: #966D3D; }
span { border-color: rgb(150,109,61); }
td.TdClassName
{
border-color: #966D3D;
}
.TagClassName
{
border-color: #966D3D;
}
</style>