Shades of Mojo #96483C
Tints of Mojo #96483C
RGB
CMYK
RGB Variations
Color information
#96483C (or 0x96483C) is known color: Mojo. HEX triplet: 96, 48 and 3C. RGB value is (150,72,60). Sum of RGB (Red+Green+Blue) = 150+72+60=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96483C is #69B7C3. Grayscale: #5E5E5E. Windows color (decimal): -6928324 or 3950742. OLE color: 3950742.
HSL color Cylindrical-coordinate representation of color #96483C: hue angle of 8º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96483C is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 60 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.41 |
| HSL | 8º | 0.43% | 0.41% | - |
| HSV(B) | 8º | 0.6% | 0.59% | - |
| XYZ | 15.71 | 11.45 | 5.66 | - |
| YUV | 93.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 60 | 0 | 0.52 | 0.6 | 0.41 | 8 | 0.43 | 0.41 |
| Hex | 96 | 48 | 3C | 0 | 34 | 3C | 29 | 8 | 2B | 29 |
| Octal | 226 | 110 | 74 | 0 | 64 | 74 | 51 | 10 | 53 | 51 |
| Binary | 10010110 | 1001000 | 111100 | 0 | 110100 | 111100 | 101001 | 1000 | 101011 | 101001 |
Color Harmonies of #96483C
Complementary color
Monochromatic Colors of #96483C
Black with #96483C
Text Example
Text Example
White with #96483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96483C; }
p { color: rgb(150,72,60); }
H1.HeaderClassName
{
color: #96483C;
}
.AnyTagClassName
{
color: #96483C;
}
</style>
background-color css
<style>
a { background-color: #96483C; }
a { background-color: rgb(150,72,60); }
div.DivClassName
{
background-color: #96483C;
}
.BgClassName
{
background-color: #96483C;
}
</style>
border-color css
<style>
span { border-color: #96483C; }
span { border-color: rgb(150,72,60); }
td.TdClassName
{
border-color: #96483C;
}
.TagClassName
{
border-color: #96483C;
}
</style>