Shades of Mojo #96463C
Tints of Mojo #96463C
RGB
CMYK
RGB Variations
Color information
#96463C (or 0x96463C) is known color: Mojo. HEX triplet: 96, 46 and 3C. RGB value is (150,70,60). Sum of RGB (Red+Green+Blue) = 150+70+60=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96463C is #69B9C3. Grayscale: #5C5C5C. Windows color (decimal): -6928836 or 3950230. OLE color: 3950230.
HSL color Cylindrical-coordinate representation of color #96463C: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96463C is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 60 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.41 |
| HSL | 6.67º | 0.43% | 0.41% | - |
| HSV(B) | 6.67º | 0.6% | 0.59% | - |
| XYZ | 15.58 | 11.19 | 5.61 | - |
| YUV | 92.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 60 | 0 | 0.53 | 0.6 | 0.41 | 6.67 | 0.43 | 0.41 |
| Hex | 96 | 46 | 3C | 0 | 35 | 3C | 29 | 7 | 2B | 29 |
| Octal | 226 | 106 | 74 | 0 | 65 | 74 | 51 | 7 | 53 | 51 |
| Binary | 10010110 | 1000110 | 111100 | 0 | 110101 | 111100 | 101001 | 111 | 101011 | 101001 |
Color Harmonies of #96463C
Complementary color
Monochromatic Colors of #96463C
Black with #96463C
Text Example
Text Example
White with #96463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96463C; }
p { color: rgb(150,70,60); }
H1.HeaderClassName
{
color: #96463C;
}
.AnyTagClassName
{
color: #96463C;
}
</style>
background-color css
<style>
a { background-color: #96463C; }
a { background-color: rgb(150,70,60); }
div.DivClassName
{
background-color: #96463C;
}
.BgClassName
{
background-color: #96463C;
}
</style>
border-color css
<style>
span { border-color: #96463C; }
span { border-color: rgb(150,70,60); }
td.TdClassName
{
border-color: #96463C;
}
.TagClassName
{
border-color: #96463C;
}
</style>