Shades of Mojo #964C3C
Tints of Mojo #964C3C
RGB
CMYK
RGB Variations
Color information
#964C3C (or 0x964C3C) is known color: Mojo. HEX triplet: 96, 4C and 3C. RGB value is (150,76,60). Sum of RGB (Red+Green+Blue) = 150+76+60=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C3C is #69B3C3. Grayscale: #606060. Windows color (decimal): -6927300 or 3951766. OLE color: 3951766.
HSL color Cylindrical-coordinate representation of color #964C3C: hue angle of 10.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 #964C3C is Cyan = 0, Magento = 0.49, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 60 | - |
| CMYK | 0 | 0.49 | 0.6 | 0.41 |
| HSL | 10.67º | 0.43% | 0.41% | - |
| HSV(B) | 10.67º | 0.6% | 0.59% | - |
| XYZ | 15.98 | 11.98 | 5.75 | - |
| YUV | 96.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 60 | 0 | 0.49 | 0.6 | 0.41 | 10.67 | 0.43 | 0.41 |
| Hex | 96 | 4C | 3C | 0 | 31 | 3C | 29 | B | 2B | 29 |
| Octal | 226 | 114 | 74 | 0 | 61 | 74 | 51 | 13 | 53 | 51 |
| Binary | 10010110 | 1001100 | 111100 | 0 | 110001 | 111100 | 101001 | 1011 | 101011 | 101001 |
Color Harmonies of #964C3C
Complementary color
Monochromatic Colors of #964C3C
Black with #964C3C
Text Example
Text Example
White with #964C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C3C; }
p { color: rgb(150,76,60); }
H1.HeaderClassName
{
color: #964C3C;
}
.AnyTagClassName
{
color: #964C3C;
}
</style>
background-color css
<style>
a { background-color: #964C3C; }
a { background-color: rgb(150,76,60); }
div.DivClassName
{
background-color: #964C3C;
}
.BgClassName
{
background-color: #964C3C;
}
</style>
border-color css
<style>
span { border-color: #964C3C; }
span { border-color: rgb(150,76,60); }
td.TdClassName
{
border-color: #964C3C;
}
.TagClassName
{
border-color: #964C3C;
}
</style>