Shades of Mojo #964436
Tints of Mojo #964436
RGB
CMYK
RGB Variations
Color information
#964436 (or 0x964436) is known color: Mojo. HEX triplet: 96, 44 and 36. RGB value is (150,68,54). Sum of RGB (Red+Green+Blue) = 150+68+54=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964436 is #69BBC9. Grayscale: #5B5B5B. Windows color (decimal): -6929354 or 3556502. OLE color: 3556502.
HSL color Cylindrical-coordinate representation of color #964436: hue angle of 8.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964436 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 54 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.41 |
| HSL | 8.75º | 0.47% | 0.4% | - |
| HSV(B) | 8.75º | 0.64% | 0.59% | - |
| XYZ | 15.31 | 10.88 | 4.78 | - |
| YUV | 90.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 54 | 0 | 0.55 | 0.64 | 0.41 | 8.75 | 0.47 | 0.4 |
| Hex | 96 | 44 | 36 | 0 | 37 | 40 | 29 | 9 | 2F | 28 |
| Octal | 226 | 104 | 66 | 0 | 67 | 100 | 51 | 11 | 57 | 50 |
| Binary | 10010110 | 1000100 | 110110 | 0 | 110111 | 1000000 | 101001 | 1001 | 101111 | 101000 |
Color Harmonies of #964436
Complementary color
Monochromatic Colors of #964436
Black with #964436
Text Example
Text Example
White with #964436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964436; }
p { color: rgb(150,68,54); }
H1.HeaderClassName
{
color: #964436;
}
.AnyTagClassName
{
color: #964436;
}
</style>
background-color css
<style>
a { background-color: #964436; }
a { background-color: rgb(150,68,54); }
div.DivClassName
{
background-color: #964436;
}
.BgClassName
{
background-color: #964436;
}
</style>
border-color css
<style>
span { border-color: #964436; }
span { border-color: rgb(150,68,54); }
td.TdClassName
{
border-color: #964436;
}
.TagClassName
{
border-color: #964436;
}
</style>