Shades of Mojo #954640
Tints of Mojo #954640
RGB
CMYK
RGB Variations
Color information
#954640 (or 0x954640) is known color: Mojo. HEX triplet: 95, 46 and 40. RGB value is (149,70,64). Sum of RGB (Red+Green+Blue) = 149+70+64=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954640 is #6AB9BF. Grayscale: #5D5D5D. Windows color (decimal): -6994368 or 4212373. OLE color: 4212373.
HSL color Cylindrical-coordinate representation of color #954640: hue angle of 4.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954640 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 64 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.42 |
| HSL | 4.24º | 0.4% | 0.42% | - |
| HSV(B) | 4.24º | 0.57% | 0.58% | - |
| XYZ | 15.51 | 11.14 | 6.18 | - |
| YUV | 92.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 64 | 0 | 0.53 | 0.57 | 0.42 | 4.24 | 0.4 | 0.42 |
| Hex | 95 | 46 | 40 | 0 | 35 | 39 | 2A | 4 | 28 | 2A |
| Octal | 225 | 106 | 100 | 0 | 65 | 71 | 52 | 4 | 50 | 52 |
| Binary | 10010101 | 1000110 | 1000000 | 0 | 110101 | 111001 | 101010 | 100 | 101000 | 101010 |
Color Harmonies of #954640
Complementary color
Monochromatic Colors of #954640
Black with #954640
Text Example
Text Example
White with #954640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954640; }
p { color: rgb(149,70,64); }
H1.HeaderClassName
{
color: #954640;
}
.AnyTagClassName
{
color: #954640;
}
</style>
background-color css
<style>
a { background-color: #954640; }
a { background-color: rgb(149,70,64); }
div.DivClassName
{
background-color: #954640;
}
.BgClassName
{
background-color: #954640;
}
</style>
border-color css
<style>
span { border-color: #954640; }
span { border-color: rgb(149,70,64); }
td.TdClassName
{
border-color: #954640;
}
.TagClassName
{
border-color: #954640;
}
</style>