#964C39

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

Shades of Mojo #964C39

Tints of Mojo #964C39

Color information

#964C39 (or 0x964C39) is unknown color: approx Mojo. HEX triplet: 96, 4C and 39. RGB value is (150,76,57). Sum of RGB (Red+Green+Blue) = 150+76+57=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C39 is #69B3C6. Grayscale: #606060. Windows color (decimal): -6927303 or 3755158. OLE color: 3755158.

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

Color convert

RGB1507657-
CMYK00.490.620.41
HSL12.26º44.93%40.59%-
HSV(B)12.26º62%58.82%-
XYZ15.911.955.34-
YUV95.96106.02166.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=53.00%
G=26.86%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150765700.490.620.4112.2644.9340.59
Hex964C390313E29c2d29
Octal226114710617651145551
Binary10010110100110011100101100011111101010011100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,57); }

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

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

 a { background-color: rgb(150,76,57); }

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

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

 span { border-color: rgb(150,76,57); }

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