Shades of Mojo #964539
Tints of Mojo #964539
RGB
CMYK
RGB Variations
Color information
#964539 (or 0x964539) is known color: Mojo. HEX triplet: 96, 45 and 39. RGB value is (150,69,57). Sum of RGB (Red+Green+Blue) = 150+69+57=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #964539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964539 is #69BAC6. Grayscale: #5B5B5B. Windows color (decimal): -6929095 or 3753366. OLE color: 3753366.
HSL color Cylindrical-coordinate representation of color #964539: hue angle of 7.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964539 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 57 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.41 |
| HSL | 7.74º | 0.45% | 0.41% | - |
| HSV(B) | 7.74º | 0.62% | 0.59% | - |
| XYZ | 15.44 | 11.04 | 5.19 | - |
| YUV | 91.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 57 | 0 | 0.54 | 0.62 | 0.41 | 7.74 | 0.45 | 0.41 |
| Hex | 96 | 45 | 39 | 0 | 36 | 3E | 29 | 8 | 2D | 29 |
| Octal | 226 | 105 | 71 | 0 | 66 | 76 | 51 | 10 | 55 | 51 |
| Binary | 10010110 | 1000101 | 111001 | 0 | 110110 | 111110 | 101001 | 1000 | 101101 | 101001 |
Color Harmonies of #964539
Complementary color
Monochromatic Colors of #964539
Black with #964539
Text Example
Text Example
White with #964539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964539; }
p { color: rgb(150,69,57); }
H1.HeaderClassName
{
color: #964539;
}
.AnyTagClassName
{
color: #964539;
}
</style>
background-color css
<style>
a { background-color: #964539; }
a { background-color: rgb(150,69,57); }
div.DivClassName
{
background-color: #964539;
}
.BgClassName
{
background-color: #964539;
}
</style>
border-color css
<style>
span { border-color: #964539; }
span { border-color: rgb(150,69,57); }
td.TdClassName
{
border-color: #964539;
}
.TagClassName
{
border-color: #964539;
}
</style>