Shades of Mojo #974635
Tints of Mojo #974635
RGB
CMYK
RGB Variations
Color information
#974635 (or 0x974635) is known color: Mojo. HEX triplet: 97, 46 and 35. RGB value is (151,70,53). Sum of RGB (Red+Green+Blue) = 151+70+53=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #974635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974635 is #68B9CA. Grayscale: #5C5C5C. Windows color (decimal): -6863307 or 3491479. OLE color: 3491479.
HSL color Cylindrical-coordinate representation of color #974635: hue angle of 10.41º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974635 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 53 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.41 |
| HSL | 10.41º | 0.48% | 0.4% | - |
| HSV(B) | 10.41º | 0.65% | 0.59% | - |
| XYZ | 15.6 | 11.22 | 4.71 | - |
| YUV | 92.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 53 | 0 | 0.54 | 0.65 | 0.41 | 10.41 | 0.48 | 0.4 |
| Hex | 97 | 46 | 35 | 0 | 36 | 41 | 29 | A | 30 | 28 |
| Octal | 227 | 106 | 65 | 0 | 66 | 101 | 51 | 12 | 60 | 50 |
| Binary | 10010111 | 1000110 | 110101 | 0 | 110110 | 1000001 | 101001 | 1010 | 110000 | 101000 |
Color Harmonies of #974635
Complementary color
Monochromatic Colors of #974635
Black with #974635
Text Example
Text Example
White with #974635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974635; }
p { color: rgb(151,70,53); }
H1.HeaderClassName
{
color: #974635;
}
.AnyTagClassName
{
color: #974635;
}
</style>
background-color css
<style>
a { background-color: #974635; }
a { background-color: rgb(151,70,53); }
div.DivClassName
{
background-color: #974635;
}
.BgClassName
{
background-color: #974635;
}
</style>
border-color css
<style>
span { border-color: #974635; }
span { border-color: rgb(151,70,53); }
td.TdClassName
{
border-color: #974635;
}
.TagClassName
{
border-color: #974635;
}
</style>