#964137

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

Shades of Mojo #964137

Tints of Mojo #964137

Color information

#964137 (or 0x964137) is unknown color: approx Mojo. HEX triplet: 96, 41 and 37. RGB value is (150,65,55). Sum of RGB (Red+Green+Blue) = 150+65+55=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #964137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964137 is #69BEC8. Grayscale: #595959. Windows color (decimal): -6930121 or 3621270. OLE color: 3621270.

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

Color convert

RGB1506555-
CMYK00.570.630.41
HSL6.32º46.34%40.2%-
HSV(B)6.32º63.33%58.82%-
XYZ15.1610.544.85-
YUV89.28108.66171.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=55.56%
G=24.07%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150655500.570.630.416.3246.3440.2
Hex9641370393F2962e28
Octal22610167071775165650
Binary1001011010000011101110111001111111101001110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964137; }

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

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

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

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

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

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

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

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