Shades of Mojo #964637
Tints of Mojo #964637
RGB
CMYK
RGB Variations
Color information
#964637 (or 0x964637) is known color: Mojo. HEX triplet: 96, 46 and 37. RGB value is (150,70,55). Sum of RGB (Red+Green+Blue) = 150+70+55=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964637 is #69B9C8. Grayscale: #5C5C5C. Windows color (decimal): -6928841 or 3622550. OLE color: 3622550.
HSL color Cylindrical-coordinate representation of color #964637: hue angle of 9.47º 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 #964637 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 55 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.41 |
| HSL | 9.47º | 0.46% | 0.4% | - |
| HSV(B) | 9.47º | 0.63% | 0.59% | - |
| XYZ | 15.46 | 11.14 | 4.95 | - |
| YUV | 92.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 55 | 0 | 0.53 | 0.63 | 0.41 | 9.47 | 0.46 | 0.4 |
| Hex | 96 | 46 | 37 | 0 | 35 | 3F | 29 | 9 | 2E | 28 |
| Octal | 226 | 106 | 67 | 0 | 65 | 77 | 51 | 11 | 56 | 50 |
| Binary | 10010110 | 1000110 | 110111 | 0 | 110101 | 111111 | 101001 | 1001 | 101110 | 101000 |
Color Harmonies of #964637
Complementary color
Monochromatic Colors of #964637
Black with #964637
Text Example
Text Example
White with #964637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964637; }
p { color: rgb(150,70,55); }
H1.HeaderClassName
{
color: #964637;
}
.AnyTagClassName
{
color: #964637;
}
</style>
background-color css
<style>
a { background-color: #964637; }
a { background-color: rgb(150,70,55); }
div.DivClassName
{
background-color: #964637;
}
.BgClassName
{
background-color: #964637;
}
</style>
border-color css
<style>
span { border-color: #964637; }
span { border-color: rgb(150,70,55); }
td.TdClassName
{
border-color: #964637;
}
.TagClassName
{
border-color: #964637;
}
</style>