#964E3F

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

Shades of Mojo #964E3F

Tints of Mojo #964E3F

Color information

#964E3F (or 0x964E3F) is unknown color: approx Mojo. HEX triplet: 96, 4E and 3F. RGB value is (150,78,63). Sum of RGB (Red+Green+Blue) = 150+78+63=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #964E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E3F is #69B1C0. Grayscale: #616161. Windows color (decimal): -6926785 or 4148886. OLE color: 4148886.

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

Color convert

RGB1507863-
CMYK00.480.580.41
HSL10.34º40.85%41.76%-
HSV(B)10.34º58%58.82%-
XYZ16.212.296.22-
YUV97.82108.35165.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 63 (25% from 255) = 21.65%
R=51.55%
G=26.80%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150786300.480.580.4110.3440.8541.76
Hex964E3F0303A29a292a
Octal226116770607251125152
Binary10010110100111011111101100001110101010011010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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