#964136

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

Shades of Mojo #964136

Tints of Mojo #964136

Color information

#964136 (or 0x964136) is unknown color: approx Mojo. HEX triplet: 96, 41 and 36. RGB value is (150,65,54). Sum of RGB (Red+Green+Blue) = 150+65+54=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964136 is #69BEC9. Grayscale: #595959. Windows color (decimal): -6930122 or 3555734. OLE color: 3555734.

HSL color Cylindrical-coordinate representation of color #964136: hue angle of 6.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964136 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1506554-
CMYK00.570.640.41
HSL6.88º47.06%40%-
HSV(B)6.88º64%58.82%-
XYZ15.1310.534.73-
YUV89.16108.16171.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=55.76%
G=24.16%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150655400.570.640.416.8847.0640
Hex964136039402972f28
Octal226101660711005175750
Binary10010110100000111011001110011000000101001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964136; }

 p { color: rgb(150,65,54); }

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

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

 a { background-color: rgb(150,65,54); }

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

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

 span { border-color: rgb(150,65,54); }

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