Shades of Mojo #974638
Tints of Mojo #974638
RGB
CMYK
RGB Variations
Color information
#974638 (or 0x974638) is known color: Mojo. HEX triplet: 97, 46 and 38. RGB value is (151,70,56). Sum of RGB (Red+Green+Blue) = 151+70+56=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #974638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974638 is #68B9C7. Grayscale: #5C5C5C. Windows color (decimal): -6863304 or 3688087. OLE color: 3688087.
HSL color Cylindrical-coordinate representation of color #974638: hue angle of 8.84º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974638 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 56 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.41 |
| HSL | 8.84º | 0.46% | 0.41% | - |
| HSV(B) | 8.84º | 0.63% | 0.59% | - |
| XYZ | 15.67 | 11.25 | 5.09 | - |
| YUV | 92.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 56 | 0 | 0.54 | 0.63 | 0.41 | 8.84 | 0.46 | 0.41 |
| Hex | 97 | 46 | 38 | 0 | 36 | 3F | 29 | 9 | 2E | 29 |
| Octal | 227 | 106 | 70 | 0 | 66 | 77 | 51 | 11 | 56 | 51 |
| Binary | 10010111 | 1000110 | 111000 | 0 | 110110 | 111111 | 101001 | 1001 | 101110 | 101001 |
Color Harmonies of #974638
Complementary color
Monochromatic Colors of #974638
Black with #974638
Text Example
Text Example
White with #974638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974638; }
p { color: rgb(151,70,56); }
H1.HeaderClassName
{
color: #974638;
}
.AnyTagClassName
{
color: #974638;
}
</style>
background-color css
<style>
a { background-color: #974638; }
a { background-color: rgb(151,70,56); }
div.DivClassName
{
background-color: #974638;
}
.BgClassName
{
background-color: #974638;
}
</style>
border-color css
<style>
span { border-color: #974638; }
span { border-color: rgb(151,70,56); }
td.TdClassName
{
border-color: #974638;
}
.TagClassName
{
border-color: #974638;
}
</style>