Shades of Mojo #96403B
Tints of Mojo #96403B
RGB
CMYK
RGB Variations
Color information
#96403B (or 0x96403B) is known color: Mojo. HEX triplet: 96, 40 and 3B. RGB value is (150,64,59). Sum of RGB (Red+Green+Blue) = 150+64+59=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #96403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96403B is #69BFC4. Grayscale: #595959. Windows color (decimal): -6930373 or 3883158. OLE color: 3883158.
HSL color Cylindrical-coordinate representation of color #96403B: hue angle of 3.3º 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 #96403B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 59 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.41 |
| HSL | 3.3º | 0.44% | 0.41% | - |
| HSV(B) | 3.3º | 0.61% | 0.59% | - |
| XYZ | 15.2 | 10.47 | 5.36 | - |
| YUV | 89.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 59 | 0 | 0.57 | 0.61 | 0.41 | 3.3 | 0.44 | 0.41 |
| Hex | 96 | 40 | 3B | 0 | 39 | 3D | 29 | 3 | 2C | 29 |
| Octal | 226 | 100 | 73 | 0 | 71 | 75 | 51 | 3 | 54 | 51 |
| Binary | 10010110 | 1000000 | 111011 | 0 | 111001 | 111101 | 101001 | 11 | 101100 | 101001 |
Color Harmonies of #96403B
Complementary color
Monochromatic Colors of #96403B
Black with #96403B
Text Example
Text Example
White with #96403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96403B; }
p { color: rgb(150,64,59); }
H1.HeaderClassName
{
color: #96403B;
}
.AnyTagClassName
{
color: #96403B;
}
</style>
background-color css
<style>
a { background-color: #96403B; }
a { background-color: rgb(150,64,59); }
div.DivClassName
{
background-color: #96403B;
}
.BgClassName
{
background-color: #96403B;
}
</style>
border-color css
<style>
span { border-color: #96403B; }
span { border-color: rgb(150,64,59); }
td.TdClassName
{
border-color: #96403B;
}
.TagClassName
{
border-color: #96403B;
}
</style>