#964739

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

Shades of Mojo #964739

Tints of Mojo #964739

Color information

#964739 (or 0x964739) is unknown color: approx Mojo. HEX triplet: 96, 47 and 39. RGB value is (150,71,57). Sum of RGB (Red+Green+Blue) = 150+71+57=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #964739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964739 is #69B8C6. Grayscale: #5D5D5D. Windows color (decimal): -6928583 or 3753878. OLE color: 3753878.

HSL color Cylindrical-coordinate representation of color #964739: hue angle of 9.03º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964739 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1507157-
CMYK00.530.620.41
HSL9.03º44.93%40.59%-
HSV(B)9.03º62%58.82%-
XYZ15.5711.295.23-
YUV93.02107.67168.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=53.96%
G=25.54%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150715700.530.620.419.0344.9340.59
Hex9647390353E2992d29
Octal226107710657651115551
Binary10010110100011111100101101011111101010011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964739; }

 p { color: rgb(150,71,57); }

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

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

 a { background-color: rgb(150,71,57); }

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

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

 span { border-color: rgb(150,71,57); }

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