#964B3C

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

Shades of Mojo #964B3C

Tints of Mojo #964B3C

Color information

#964B3C (or 0x964B3C) is unknown color: approx Mojo. HEX triplet: 96, 4B and 3C. RGB value is (150,75,60). Sum of RGB (Red+Green+Blue) = 150+75+60=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #964B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B3C is #69B4C3. Grayscale: #5F5F5F. Windows color (decimal): -6927556 or 3951510. OLE color: 3951510.

HSL color Cylindrical-coordinate representation of color #964B3C: hue angle of 10º 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 #964B3C is Cyan = 0, Magento = 0.5, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB1507560-
CMYK00.50.60.41
HSL10º42.86%41.18%-
HSV(B)10º60%58.82%-
XYZ15.9111.845.72-
YUV95.72107.85166.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=52.63%
G=26.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150756000.50.60.411042.8641.18
Hex964B3C0323C29a2b29
Octal226113740627451125351
Binary10010110100101111110001100101111001010011010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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