#964E3B

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

Shades of Mojo #964E3B

Tints of Mojo #964E3B

Color information

#964E3B (or 0x964E3B) is unknown color: approx Mojo. HEX triplet: 96, 4E and 3B. RGB value is (150,78,59). Sum of RGB (Red+Green+Blue) = 150+78+59=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #964E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E3B is #69B1C4. Grayscale: #616161. Windows color (decimal): -6926789 or 3886742. OLE color: 3886742.

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

Color convert

RGB1507859-
CMYK00.480.610.41
HSL12.53º43.54%40.98%-
HSV(B)12.53º60.67%58.82%-
XYZ16.0912.255.65-
YUV97.36106.35165.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=52.26%
G=27.18%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150785900.480.610.4112.5343.5440.98
Hex964E3B0303D29d2c29
Octal226116730607551155451
Binary10010110100111011101101100001111011010011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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