Shades of Mojo #964938
Tints of Mojo #964938
RGB
CMYK
RGB Variations
Color information
#964938 (or 0x964938) is known color: Mojo. HEX triplet: 96, 49 and 38. RGB value is (150,73,56). Sum of RGB (Red+Green+Blue) = 150+73+56=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #964938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964938 is #69B6C7. Grayscale: #5E5E5E. Windows color (decimal): -6928072 or 3688854. OLE color: 3688854.
HSL color Cylindrical-coordinate representation of color #964938: hue angle of 10.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964938 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 56 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.41 |
| HSL | 10.85º | 0.46% | 0.4% | - |
| HSV(B) | 10.85º | 0.63% | 0.59% | - |
| XYZ | 15.67 | 11.53 | 5.14 | - |
| YUV | 94.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 56 | 0 | 0.51 | 0.63 | 0.41 | 10.85 | 0.46 | 0.4 |
| Hex | 96 | 49 | 38 | 0 | 33 | 3F | 29 | B | 2E | 28 |
| Octal | 226 | 111 | 70 | 0 | 63 | 77 | 51 | 13 | 56 | 50 |
| Binary | 10010110 | 1001001 | 111000 | 0 | 110011 | 111111 | 101001 | 1011 | 101110 | 101000 |
Color Harmonies of #964938
Complementary color
Monochromatic Colors of #964938
Black with #964938
Text Example
Text Example
White with #964938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964938; }
p { color: rgb(150,73,56); }
H1.HeaderClassName
{
color: #964938;
}
.AnyTagClassName
{
color: #964938;
}
</style>
background-color css
<style>
a { background-color: #964938; }
a { background-color: rgb(150,73,56); }
div.DivClassName
{
background-color: #964938;
}
.BgClassName
{
background-color: #964938;
}
</style>
border-color css
<style>
span { border-color: #964938; }
span { border-color: rgb(150,73,56); }
td.TdClassName
{
border-color: #964938;
}
.TagClassName
{
border-color: #964938;
}
</style>