#964E3C

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

Shades of Mojo #964E3C

Tints of Mojo #964E3C

Color information

#964E3C (or 0x964E3C) is unknown color: approx Mojo. HEX triplet: 96, 4E and 3C. RGB value is (150,78,60). Sum of RGB (Red+Green+Blue) = 150+78+60=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E3C is #69B1C3. Grayscale: #616161. Windows color (decimal): -6926788 or 3952278. OLE color: 3952278.

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

Color convert

RGB1507860-
CMYK00.480.60.41
HSL12º42.86%41.18%-
HSV(B)12º60%58.82%-
XYZ16.1212.265.79-
YUV97.48106.85165.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=52.08%
G=27.08%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150786000.480.60.411242.8641.18
Hex964E3C0303C29c2b29
Octal226116740607451145351
Binary10010110100111011110001100001111001010011100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,60); }

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

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

 a { background-color: rgb(150,78,60); }

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

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

 span { border-color: rgb(150,78,60); }

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