Shades of McKenzie #96633B
Tints of McKenzie #96633B
RGB
CMYK
RGB Variations
Color information
#96633B (or 0x96633B) is known color: McKenzie. HEX triplet: 96, 63 and 3B. RGB value is (150,99,59). Sum of RGB (Red+Green+Blue) = 150+99+59=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96633B is #699CC4. Grayscale: #6D6D6D. Windows color (decimal): -6921413 or 3892118. OLE color: 3892118.
HSL color Cylindrical-coordinate representation of color #96633B: hue angle of 26.37º 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 #96633B is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 59 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.41 |
| HSL | 26.37º | 0.44% | 0.41% | - |
| HSV(B) | 26.37º | 0.61% | 0.59% | - |
| XYZ | 17.83 | 15.72 | 6.23 | - |
| YUV | 109.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 59 | 0 | 0.34 | 0.61 | 0.41 | 26.37 | 0.44 | 0.41 |
| Hex | 96 | 63 | 3B | 0 | 22 | 3D | 29 | 1A | 2C | 29 |
| Octal | 226 | 143 | 73 | 0 | 42 | 75 | 51 | 32 | 54 | 51 |
| Binary | 10010110 | 1100011 | 111011 | 0 | 100010 | 111101 | 101001 | 11010 | 101100 | 101001 |
Color Harmonies of #96633B
Complementary color
Monochromatic Colors of #96633B
Black with #96633B
Text Example
Text Example
White with #96633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96633B; }
p { color: rgb(150,99,59); }
H1.HeaderClassName
{
color: #96633B;
}
.AnyTagClassName
{
color: #96633B;
}
</style>
background-color css
<style>
a { background-color: #96633B; }
a { background-color: rgb(150,99,59); }
div.DivClassName
{
background-color: #96633B;
}
.BgClassName
{
background-color: #96633B;
}
</style>
border-color css
<style>
span { border-color: #96633B; }
span { border-color: rgb(150,99,59); }
td.TdClassName
{
border-color: #96633B;
}
.TagClassName
{
border-color: #96633B;
}
</style>