Shades of McKenzie #966A3A
Tints of McKenzie #966A3A
RGB
CMYK
RGB Variations
Color information
#966A3A (or 0x966A3A) is known color: McKenzie. HEX triplet: 96, 6A and 3A. RGB value is (150,106,58). Sum of RGB (Red+Green+Blue) = 150+106+58=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A3A is #6995C5. Grayscale: #717171. Windows color (decimal): -6919622 or 3828374. OLE color: 3828374.
HSL color Cylindrical-coordinate representation of color #966A3A: hue angle of 31.3º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #966A3A is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 58 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.41 |
| HSL | 31.3º | 0.44% | 0.41% | - |
| HSV(B) | 31.3º | 0.61% | 0.59% | - |
| XYZ | 18.5 | 17.1 | 6.33 | - |
| YUV | 113.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 58 | 0 | 0.29 | 0.61 | 0.41 | 31.3 | 0.44 | 0.41 |
| Hex | 96 | 6A | 3A | 0 | 1D | 3D | 29 | 1F | 2C | 29 |
| Octal | 226 | 152 | 72 | 0 | 35 | 75 | 51 | 37 | 54 | 51 |
| Binary | 10010110 | 1101010 | 111010 | 0 | 11101 | 111101 | 101001 | 11111 | 101100 | 101001 |
Color Harmonies of #966A3A
Complementary color
Monochromatic Colors of #966A3A
Black with #966A3A
Text Example
Text Example
White with #966A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A3A; }
p { color: rgb(150,106,58); }
H1.HeaderClassName
{
color: #966A3A;
}
.AnyTagClassName
{
color: #966A3A;
}
</style>
background-color css
<style>
a { background-color: #966A3A; }
a { background-color: rgb(150,106,58); }
div.DivClassName
{
background-color: #966A3A;
}
.BgClassName
{
background-color: #966A3A;
}
</style>
border-color css
<style>
span { border-color: #966A3A; }
span { border-color: rgb(150,106,58); }
td.TdClassName
{
border-color: #966A3A;
}
.TagClassName
{
border-color: #966A3A;
}
</style>