#964D3F

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

Shades of Mojo #964D3F

Tints of Mojo #964D3F

Color information

#964D3F (or 0x964D3F) is unknown color: approx Mojo. HEX triplet: 96, 4D and 3F. RGB value is (150,77,63). Sum of RGB (Red+Green+Blue) = 150+77+63=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #964D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D3F is #69B2C0. Grayscale: #616161. Windows color (decimal): -6927041 or 4148630. OLE color: 4148630.

HSL color Cylindrical-coordinate representation of color #964D3F: hue angle of 9.66º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964D3F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1507763-
CMYK00.490.580.41
HSL9.66º40.85%41.76%-
HSV(B)9.66º58%58.82%-
XYZ16.1312.156.2-
YUV97.23108.68165.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 63 (25% from 255) = 21.72%
R=51.72%
G=26.55%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150776300.490.580.419.6640.8541.76
Hex964D3F0313A29a292a
Octal226115770617251125152
Binary10010110100110111111101100011110101010011010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,63); }

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

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

 a { background-color: rgb(150,77,63); }

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

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

 span { border-color: rgb(150,77,63); }

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