Shades of McKenzie #96663A
Tints of McKenzie #96663A
RGB
CMYK
RGB Variations
Color information
#96663A (or 0x96663A) is known color: McKenzie. HEX triplet: 96, 66 and 3A. RGB value is (150,102,58). Sum of RGB (Red+Green+Blue) = 150+102+58=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96663A is #6999C5. Grayscale: #6F6F6F. Windows color (decimal): -6920646 or 3827350. OLE color: 3827350.
HSL color Cylindrical-coordinate representation of color #96663A: hue angle of 28.7º 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 #96663A is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 58 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.41 |
| HSL | 28.7º | 0.44% | 0.41% | - |
| HSV(B) | 28.7º | 0.61% | 0.59% | - |
| XYZ | 18.09 | 16.29 | 6.19 | - |
| YUV | 111.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 58 | 0 | 0.32 | 0.61 | 0.41 | 28.7 | 0.44 | 0.41 |
| Hex | 96 | 66 | 3A | 0 | 20 | 3D | 29 | 1D | 2C | 29 |
| Octal | 226 | 146 | 72 | 0 | 40 | 75 | 51 | 35 | 54 | 51 |
| Binary | 10010110 | 1100110 | 111010 | 0 | 100000 | 111101 | 101001 | 11101 | 101100 | 101001 |
Color Harmonies of #96663A
Complementary color
Monochromatic Colors of #96663A
Black with #96663A
Text Example
Text Example
White with #96663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96663A; }
p { color: rgb(150,102,58); }
H1.HeaderClassName
{
color: #96663A;
}
.AnyTagClassName
{
color: #96663A;
}
</style>
background-color css
<style>
a { background-color: #96663A; }
a { background-color: rgb(150,102,58); }
div.DivClassName
{
background-color: #96663A;
}
.BgClassName
{
background-color: #96663A;
}
</style>
border-color css
<style>
span { border-color: #96663A; }
span { border-color: rgb(150,102,58); }
td.TdClassName
{
border-color: #96663A;
}
.TagClassName
{
border-color: #96663A;
}
</style>