Shades of Mojo #964A37
Tints of Mojo #964A37
RGB
CMYK
RGB Variations
Color information
#964A37 (or 0x964A37) is known color: Mojo. HEX triplet: 96, 4A and 37. RGB value is (150,74,55). Sum of RGB (Red+Green+Blue) = 150+74+55=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #964A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A37 is #69B5C8. Grayscale: #5E5E5E. Windows color (decimal): -6927817 or 3623574. OLE color: 3623574.
HSL color Cylindrical-coordinate representation of color #964A37: hue angle of 12º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964A37 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 55 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.41 |
| HSL | 12º | 0.46% | 0.4% | - |
| HSV(B) | 12º | 0.63% | 0.59% | - |
| XYZ | 15.72 | 11.66 | 5.04 | - |
| YUV | 94.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 55 | 0 | 0.51 | 0.63 | 0.41 | 12 | 0.46 | 0.4 |
| Hex | 96 | 4A | 37 | 0 | 33 | 3F | 29 | C | 2E | 28 |
| Octal | 226 | 112 | 67 | 0 | 63 | 77 | 51 | 14 | 56 | 50 |
| Binary | 10010110 | 1001010 | 110111 | 0 | 110011 | 111111 | 101001 | 1100 | 101110 | 101000 |
Color Harmonies of #964A37
Complementary color
Monochromatic Colors of #964A37
Black with #964A37
Text Example
Text Example
White with #964A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A37; }
p { color: rgb(150,74,55); }
H1.HeaderClassName
{
color: #964A37;
}
.AnyTagClassName
{
color: #964A37;
}
</style>
background-color css
<style>
a { background-color: #964A37; }
a { background-color: rgb(150,74,55); }
div.DivClassName
{
background-color: #964A37;
}
.BgClassName
{
background-color: #964A37;
}
</style>
border-color css
<style>
span { border-color: #964A37; }
span { border-color: rgb(150,74,55); }
td.TdClassName
{
border-color: #964A37;
}
.TagClassName
{
border-color: #964A37;
}
</style>