Shades of Mojo #964C40
Tints of Mojo #964C40
RGB
CMYK
RGB Variations
Color information
#964C40 (or 0x964C40) is known color: Mojo. HEX triplet: 96, 4C and 40. RGB value is (150,76,64). Sum of RGB (Red+Green+Blue) = 150+76+64=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #964C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C40 is #69B3BF. Grayscale: #606060. Windows color (decimal): -6927296 or 4213910. OLE color: 4213910.
HSL color Cylindrical-coordinate representation of color #964C40: hue angle of 8.37º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964C40 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 64 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.41 |
| HSL | 8.37º | 0.4% | 0.42% | - |
| HSV(B) | 8.37º | 0.57% | 0.59% | - |
| XYZ | 16.09 | 12.02 | 6.32 | - |
| YUV | 96.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 64 | 0 | 0.49 | 0.57 | 0.41 | 8.37 | 0.4 | 0.42 |
| Hex | 96 | 4C | 40 | 0 | 31 | 39 | 29 | 8 | 28 | 2A |
| Octal | 226 | 114 | 100 | 0 | 61 | 71 | 51 | 10 | 50 | 52 |
| Binary | 10010110 | 1001100 | 1000000 | 0 | 110001 | 111001 | 101001 | 1000 | 101000 | 101010 |
Color Harmonies of #964C40
Complementary color
Monochromatic Colors of #964C40
Black with #964C40
Text Example
Text Example
White with #964C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C40; }
p { color: rgb(150,76,64); }
H1.HeaderClassName
{
color: #964C40;
}
.AnyTagClassName
{
color: #964C40;
}
</style>
background-color css
<style>
a { background-color: #964C40; }
a { background-color: rgb(150,76,64); }
div.DivClassName
{
background-color: #964C40;
}
.BgClassName
{
background-color: #964C40;
}
</style>
border-color css
<style>
span { border-color: #964C40; }
span { border-color: rgb(150,76,64); }
td.TdClassName
{
border-color: #964C40;
}
.TagClassName
{
border-color: #964C40;
}
</style>