#964A36

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

Shades of Mojo #964A36

Tints of Mojo #964A36

Color information

#964A36 (or 0x964A36) is unknown color: approx Mojo. HEX triplet: 96, 4A and 36. RGB value is (150,74,54). Sum of RGB (Red+Green+Blue) = 150+74+54=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #964A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A36 is #69B5C9. Grayscale: #5E5E5E. Windows color (decimal): -6927818 or 3558038. OLE color: 3558038.

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

Color convert

RGB1507454-
CMYK00.510.640.41
HSL12.5º47.06%40%-
HSV(B)12.5º64%58.82%-
XYZ15.6911.654.91-
YUV94.44105.18167.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=53.96%
G=26.62%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150745400.510.640.4112.547.0640
Hex964A360334029d2f28
Octal2261126606310051155750
Binary100101101001010110110011001110000001010011101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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