Shades of Mojo #96423D
Tints of Mojo #96423D
RGB
CMYK
RGB Variations
Color information
#96423D (or 0x96423D) is known color: Mojo. HEX triplet: 96, 42 and 3D. RGB value is (150,66,61). Sum of RGB (Red+Green+Blue) = 150+66+61=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96423D is #69BDC2. Grayscale: #5A5A5A. Windows color (decimal): -6929859 or 4014742. OLE color: 4014742.
HSL color Cylindrical-coordinate representation of color #96423D: hue angle of 3.37º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96423D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 61 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.41 |
| HSL | 3.37º | 0.42% | 0.41% | - |
| HSV(B) | 3.37º | 0.59% | 0.59% | - |
| XYZ | 15.37 | 10.72 | 5.67 | - |
| YUV | 90.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 61 | 0 | 0.56 | 0.59 | 0.41 | 3.37 | 0.42 | 0.41 |
| Hex | 96 | 42 | 3D | 0 | 38 | 3B | 29 | 3 | 2A | 29 |
| Octal | 226 | 102 | 75 | 0 | 70 | 73 | 51 | 3 | 52 | 51 |
| Binary | 10010110 | 1000010 | 111101 | 0 | 111000 | 111011 | 101001 | 11 | 101010 | 101001 |
Color Harmonies of #96423D
Complementary color
Monochromatic Colors of #96423D
Black with #96423D
Text Example
Text Example
White with #96423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96423D; }
p { color: rgb(150,66,61); }
H1.HeaderClassName
{
color: #96423D;
}
.AnyTagClassName
{
color: #96423D;
}
</style>
background-color css
<style>
a { background-color: #96423D; }
a { background-color: rgb(150,66,61); }
div.DivClassName
{
background-color: #96423D;
}
.BgClassName
{
background-color: #96423D;
}
</style>
border-color css
<style>
span { border-color: #96423D; }
span { border-color: rgb(150,66,61); }
td.TdClassName
{
border-color: #96423D;
}
.TagClassName
{
border-color: #96423D;
}
</style>