#964B37

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

Shades of Mojo #964B37

Tints of Mojo #964B37

Color information

#964B37 (or 0x964B37) is unknown color: approx Mojo. HEX triplet: 96, 4B and 37. RGB value is (150,75,55). Sum of RGB (Red+Green+Blue) = 150+75+55=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #964B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B37 is #69B4C8. Grayscale: #5F5F5F. Windows color (decimal): -6927561 or 3623830. OLE color: 3623830.

HSL color Cylindrical-coordinate representation of color #964B37: hue angle of 12.63º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964B37 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1507555-
CMYK00.50.630.41
HSL12.63º46.34%40.2%-
HSV(B)12.63º63.33%58.82%-
XYZ15.7811.795.06-
YUV95.14105.35167.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=53.57%
G=26.79%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150755500.50.630.4112.6346.3440.2
Hex964B370323F29d2e28
Octal226113670627751155650
Binary10010110100101111011101100101111111010011101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,55); }

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

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

 a { background-color: rgb(150,75,55); }

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

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

 span { border-color: rgb(150,75,55); }

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