#964035

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

Shades of Mojo #964035

Tints of Mojo #964035

Color information

#964035 (or 0x964035) is unknown color: approx Mojo. HEX triplet: 96, 40 and 35. RGB value is (150,64,53). Sum of RGB (Red+Green+Blue) = 150+64+53=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #964035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964035 is #69BFCA. Grayscale: #585858. Windows color (decimal): -6930379 or 3489942. OLE color: 3489942.

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

Color convert

RGB1506453-
CMYK00.570.650.41
HSL6.8º47.78%39.8%-
HSV(B)6.8º64.67%58.82%-
XYZ15.0510.414.58-
YUV88.46107.99171.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=56.18%
G=23.97%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150645300.570.650.416.847.7839.8
Hex964035039412973028
Octal226100650711015176050
Binary10010110100000011010101110011000001101001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964035; }

 p { color: rgb(150,64,53); }

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

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

 a { background-color: rgb(150,64,53); }

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

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

 span { border-color: rgb(150,64,53); }

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