Shades of McKenzie #96643E
Tints of McKenzie #96643E
RGB
CMYK
RGB Variations
Color information
#96643E (or 0x96643E) is known color: McKenzie. HEX triplet: 96, 64 and 3E. RGB value is (150,100,62). Sum of RGB (Red+Green+Blue) = 150+100+62=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96643E is #699BC1. Grayscale: #6E6E6E. Windows color (decimal): -6921154 or 4088982. OLE color: 4088982.
HSL color Cylindrical-coordinate representation of color #96643E: hue angle of 25.91º 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 #96643E is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 62 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.41 |
| HSL | 25.91º | 0.42% | 0.42% | - |
| HSV(B) | 25.91º | 0.59% | 0.59% | - |
| XYZ | 18 | 15.95 | 6.69 | - |
| YUV | 110.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 62 | 0 | 0.33 | 0.59 | 0.41 | 25.91 | 0.42 | 0.42 |
| Hex | 96 | 64 | 3E | 0 | 21 | 3B | 29 | 1A | 2A | 2A |
| Octal | 226 | 144 | 76 | 0 | 41 | 73 | 51 | 32 | 52 | 52 |
| Binary | 10010110 | 1100100 | 111110 | 0 | 100001 | 111011 | 101001 | 11010 | 101010 | 101010 |
Color Harmonies of #96643E
Complementary color
Monochromatic Colors of #96643E
Black with #96643E
Text Example
Text Example
White with #96643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96643E; }
p { color: rgb(150,100,62); }
H1.HeaderClassName
{
color: #96643E;
}
.AnyTagClassName
{
color: #96643E;
}
</style>
background-color css
<style>
a { background-color: #96643E; }
a { background-color: rgb(150,100,62); }
div.DivClassName
{
background-color: #96643E;
}
.BgClassName
{
background-color: #96643E;
}
</style>
border-color css
<style>
span { border-color: #96643E; }
span { border-color: rgb(150,100,62); }
td.TdClassName
{
border-color: #96643E;
}
.TagClassName
{
border-color: #96643E;
}
</style>