#96493B

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

Shades of Mojo #96493B

Tints of Mojo #96493B

Color information

#96493B (or 0x96493B) is unknown color: approx Mojo. HEX triplet: 96, 49 and 3B. RGB value is (150,73,59). Sum of RGB (Red+Green+Blue) = 150+73+59=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96493B is #69B6C4. Grayscale: #5E5E5E. Windows color (decimal): -6928069 or 3885462. OLE color: 3885462.

HSL color Cylindrical-coordinate representation of color #96493B: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96493B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1507359-
CMYK00.510.610.41
HSL9.23º43.54%40.98%-
HSV(B)9.23º60.67%58.82%-
XYZ15.7511.565.54-
YUV94.43108.01167.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=53.19%
G=25.89%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150735900.510.610.419.2343.5440.98
Hex96493B0333D2992c29
Octal226111730637551115451
Binary10010110100100111101101100111111011010011001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96493B; }

 p { color: rgb(150,73,59); }

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

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

 a { background-color: rgb(150,73,59); }

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

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

 span { border-color: rgb(150,73,59); }

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