Shades of Mojo #964B38
Tints of Mojo #964B38
RGB
CMYK
RGB Variations
Color information
#964B38 (or 0x964B38) is known color: Mojo. HEX triplet: 96, 4B and 38. RGB value is (150,75,56). Sum of RGB (Red+Green+Blue) = 150+75+56=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #964B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B38 is #69B4C7. Grayscale: #5F5F5F. Windows color (decimal): -6927560 or 3689366. OLE color: 3689366.
HSL color Cylindrical-coordinate representation of color #964B38: hue angle of 12.13º 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 #964B38 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 56 | - |
| CMYK | 0 | 0.5 | 0.63 | 0.41 |
| HSL | 12.13º | 0.46% | 0.4% | - |
| HSV(B) | 12.13º | 0.63% | 0.59% | - |
| XYZ | 15.81 | 11.8 | 5.19 | - |
| YUV | 95.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 56 | 0 | 0.5 | 0.63 | 0.41 | 12.13 | 0.46 | 0.4 |
| Hex | 96 | 4B | 38 | 0 | 32 | 3F | 29 | C | 2E | 28 |
| Octal | 226 | 113 | 70 | 0 | 62 | 77 | 51 | 14 | 56 | 50 |
| Binary | 10010110 | 1001011 | 111000 | 0 | 110010 | 111111 | 101001 | 1100 | 101110 | 101000 |
Color Harmonies of #964B38
Complementary color
Monochromatic Colors of #964B38
Black with #964B38
Text Example
Text Example
White with #964B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B38; }
p { color: rgb(150,75,56); }
H1.HeaderClassName
{
color: #964B38;
}
.AnyTagClassName
{
color: #964B38;
}
</style>
background-color css
<style>
a { background-color: #964B38; }
a { background-color: rgb(150,75,56); }
div.DivClassName
{
background-color: #964B38;
}
.BgClassName
{
background-color: #964B38;
}
</style>
border-color css
<style>
span { border-color: #964B38; }
span { border-color: rgb(150,75,56); }
td.TdClassName
{
border-color: #964B38;
}
.TagClassName
{
border-color: #964B38;
}
</style>