#964237

Color #964237 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #964237

Tints of Mojo #964237

Color information

#964237 (or 0x964237) is unknown color: approx Mojo. HEX triplet: 96, 42 and 37. RGB value is (150,66,55). Sum of RGB (Red+Green+Blue) = 150+66+55=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964237 is #69BDC8. Grayscale: #595959. Windows color (decimal): -6929865 or 3621526. OLE color: 3621526.

HSL color Cylindrical-coordinate representation of color #964237: hue angle of 6.95º 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 #964237 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1506655-
CMYK00.560.630.41
HSL6.95º46.34%40.2%-
HSV(B)6.95º63.33%58.82%-
XYZ15.2210.664.87-
YUV89.86108.33170.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=55.35%
G=24.35%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150665500.560.630.416.9546.3440.2
Hex9642370383F2972e28
Octal22610267070775175650
Binary1001011010000101101110111000111111101001111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964237; }

 p { color: rgb(150,66,55); }

 H1.HeaderClassName
 {
   color: #964237;
 }
 .AnyTagClassName
 {
   color: #964237;
 }
</style>
background-color css

<style>
 a { background-color: #964237; }

 a { background-color: rgb(150,66,55); }

 div.DivClassName
 {
   background-color: #964237;
 }
 .BgClassName
 {
   background-color: #964237;
 }
</style>
border-color css

<style>
 span { border-color: #964237; }

 span { border-color: rgb(150,66,55); }

 td.TdClassName
 {
   border-color: #964237;
 }
 .TagClassName
 {
   border-color: #964237;
 }
</style>