Shades of Mojo #964C3A
Tints of Mojo #964C3A
RGB
CMYK
RGB Variations
Color information
#964C3A (or 0x964C3A) is known color: Mojo. HEX triplet: 96, 4C and 3A. RGB value is (150,76,58). Sum of RGB (Red+Green+Blue) = 150+76+58=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C3A is #69B3C5. Grayscale: #606060. Windows color (decimal): -6927302 or 3820694. OLE color: 3820694.
HSL color Cylindrical-coordinate representation of color #964C3A: hue angle of 11.74º 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 #964C3A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 58 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.41 |
| HSL | 11.74º | 0.44% | 0.41% | - |
| HSV(B) | 11.74º | 0.61% | 0.59% | - |
| XYZ | 15.93 | 11.96 | 5.47 | - |
| YUV | 96.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 58 | 0 | 0.49 | 0.61 | 0.41 | 11.74 | 0.44 | 0.41 |
| Hex | 96 | 4C | 3A | 0 | 31 | 3D | 29 | C | 2C | 29 |
| Octal | 226 | 114 | 72 | 0 | 61 | 75 | 51 | 14 | 54 | 51 |
| Binary | 10010110 | 1001100 | 111010 | 0 | 110001 | 111101 | 101001 | 1100 | 101100 | 101001 |
Color Harmonies of #964C3A
Complementary color
Monochromatic Colors of #964C3A
Black with #964C3A
Text Example
Text Example
White with #964C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C3A; }
p { color: rgb(150,76,58); }
H1.HeaderClassName
{
color: #964C3A;
}
.AnyTagClassName
{
color: #964C3A;
}
</style>
background-color css
<style>
a { background-color: #964C3A; }
a { background-color: rgb(150,76,58); }
div.DivClassName
{
background-color: #964C3A;
}
.BgClassName
{
background-color: #964C3A;
}
</style>
border-color css
<style>
span { border-color: #964C3A; }
span { border-color: rgb(150,76,58); }
td.TdClassName
{
border-color: #964C3A;
}
.TagClassName
{
border-color: #964C3A;
}
</style>