Shades of McKenzie #96663C
Tints of McKenzie #96663C
RGB
CMYK
RGB Variations
Color information
#96663C (or 0x96663C) is known color: McKenzie. HEX triplet: 96, 66 and 3C. RGB value is (150,102,60). Sum of RGB (Red+Green+Blue) = 150+102+60=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96663C is #6999C3. Grayscale: #6F6F6F. Windows color (decimal): -6920644 or 3958422. OLE color: 3958422.
HSL color Cylindrical-coordinate representation of color #96663C: hue angle of 28º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96663C is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 60 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.41 |
| HSL | 28º | 0.43% | 0.41% | - |
| HSV(B) | 28º | 0.6% | 0.59% | - |
| XYZ | 18.14 | 16.31 | 6.47 | - |
| YUV | 111.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 60 | 0 | 0.32 | 0.6 | 0.41 | 28 | 0.43 | 0.41 |
| Hex | 96 | 66 | 3C | 0 | 20 | 3C | 29 | 1C | 2B | 29 |
| Octal | 226 | 146 | 74 | 0 | 40 | 74 | 51 | 34 | 53 | 51 |
| Binary | 10010110 | 1100110 | 111100 | 0 | 100000 | 111100 | 101001 | 11100 | 101011 | 101001 |
Color Harmonies of #96663C
Complementary color
Monochromatic Colors of #96663C
Black with #96663C
Text Example
Text Example
White with #96663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96663C; }
p { color: rgb(150,102,60); }
H1.HeaderClassName
{
color: #96663C;
}
.AnyTagClassName
{
color: #96663C;
}
</style>
background-color css
<style>
a { background-color: #96663C; }
a { background-color: rgb(150,102,60); }
div.DivClassName
{
background-color: #96663C;
}
.BgClassName
{
background-color: #96663C;
}
</style>
border-color css
<style>
span { border-color: #96663C; }
span { border-color: rgb(150,102,60); }
td.TdClassName
{
border-color: #96663C;
}
.TagClassName
{
border-color: #96663C;
}
</style>