Shades of McKenzie #96643A
Tints of McKenzie #96643A
RGB
CMYK
RGB Variations
Color information
#96643A (or 0x96643A) is known color: McKenzie. HEX triplet: 96, 64 and 3A. RGB value is (150,100,58). Sum of RGB (Red+Green+Blue) = 150+100+58=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96643A is #699BC5. Grayscale: #6E6E6E. Windows color (decimal): -6921158 or 3826838. OLE color: 3826838.
HSL color Cylindrical-coordinate representation of color #96643A: hue angle of 27.39º 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 #96643A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 58 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.41 |
| HSL | 27.39º | 0.44% | 0.41% | - |
| HSV(B) | 27.39º | 0.61% | 0.59% | - |
| XYZ | 17.9 | 15.9 | 6.13 | - |
| YUV | 110.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 58 | 0 | 0.33 | 0.61 | 0.41 | 27.39 | 0.44 | 0.41 |
| Hex | 96 | 64 | 3A | 0 | 21 | 3D | 29 | 1B | 2C | 29 |
| Octal | 226 | 144 | 72 | 0 | 41 | 75 | 51 | 33 | 54 | 51 |
| Binary | 10010110 | 1100100 | 111010 | 0 | 100001 | 111101 | 101001 | 11011 | 101100 | 101001 |
Color Harmonies of #96643A
Complementary color
Monochromatic Colors of #96643A
Black with #96643A
Text Example
Text Example
White with #96643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96643A; }
p { color: rgb(150,100,58); }
H1.HeaderClassName
{
color: #96643A;
}
.AnyTagClassName
{
color: #96643A;
}
</style>
background-color css
<style>
a { background-color: #96643A; }
a { background-color: rgb(150,100,58); }
div.DivClassName
{
background-color: #96643A;
}
.BgClassName
{
background-color: #96643A;
}
</style>
border-color css
<style>
span { border-color: #96643A; }
span { border-color: rgb(150,100,58); }
td.TdClassName
{
border-color: #96643A;
}
.TagClassName
{
border-color: #96643A;
}
</style>