Shades of Mojo #984E40
Tints of Mojo #984E40
RGB
CMYK
RGB Variations
Color information
#984E40 (or 0x984E40) is known color: Mojo. HEX triplet: 98, 4E and 40. RGB value is (152,78,64). Sum of RGB (Red+Green+Blue) = 152+78+64=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #984E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E40 is #67B1BF. Grayscale: #626262. Windows color (decimal): -6795712 or 4214424. OLE color: 4214424.
HSL color Cylindrical-coordinate representation of color #984E40: hue angle of 9.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984E40 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 64 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.40 |
| HSL | 9.55º | 0.41% | 0.42% | - |
| HSV(B) | 9.55º | 0.58% | 0.6% | - |
| XYZ | 16.6 | 12.49 | 6.39 | - |
| YUV | 98.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 64 | 0 | 0.49 | 0.58 | 0.40 | 9.55 | 0.41 | 0.42 |
| Hex | 98 | 4E | 40 | 0 | 31 | 3A | 28 | A | 29 | 2A |
| Octal | 230 | 116 | 100 | 0 | 61 | 72 | 50 | 12 | 51 | 52 |
| Binary | 10011000 | 1001110 | 1000000 | 0 | 110001 | 111010 | 101000 | 1010 | 101001 | 101010 |
Color Harmonies of #984E40
Complementary color
Monochromatic Colors of #984E40
Black with #984E40
Text Example
Text Example
White with #984E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E40; }
p { color: rgb(152,78,64); }
H1.HeaderClassName
{
color: #984E40;
}
.AnyTagClassName
{
color: #984E40;
}
</style>
background-color css
<style>
a { background-color: #984E40; }
a { background-color: rgb(152,78,64); }
div.DivClassName
{
background-color: #984E40;
}
.BgClassName
{
background-color: #984E40;
}
</style>
border-color css
<style>
span { border-color: #984E40; }
span { border-color: rgb(152,78,64); }
td.TdClassName
{
border-color: #984E40;
}
.TagClassName
{
border-color: #984E40;
}
</style>