#964D40

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

Shades of Mojo #964D40

Tints of Mojo #964D40

Color information

#964D40 (or 0x964D40) is unknown color: approx Mojo. HEX triplet: 96, 4D and 40. RGB value is (150,77,64). Sum of RGB (Red+Green+Blue) = 150+77+64=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #964D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D40 is #69B2BF. Grayscale: #616161. Windows color (decimal): -6927040 or 4214166. OLE color: 4214166.

HSL color Cylindrical-coordinate representation of color #964D40: hue angle of 9.07º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964D40 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1507764-
CMYK00.490.570.41
HSL9.07º40.19%41.96%-
HSV(B)9.07º57.33%58.82%-
XYZ16.1612.166.35-
YUV97.35109.18165.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=51.55%
G=26.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150776400.490.570.419.0740.1941.96
Hex964D4003139299282a
Octal2261151000617151115052
Binary100101101001101100000001100011110011010011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D40; }

 p { color: rgb(150,77,64); }

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

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

 a { background-color: rgb(150,77,64); }

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

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

 span { border-color: rgb(150,77,64); }

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