#96413B

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

Shades of Mojo #96413B

Tints of Mojo #96413B

Color information

#96413B (or 0x96413B) is unknown color: approx Mojo. HEX triplet: 96, 41 and 3B. RGB value is (150,65,59). Sum of RGB (Red+Green+Blue) = 150+65+59=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96413B is #69BEC4. Grayscale: #595959. Windows color (decimal): -6930117 or 3883414. OLE color: 3883414.

HSL color Cylindrical-coordinate representation of color #96413B: hue angle of 3.96º 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 #96413B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1506559-
CMYK00.570.610.41
HSL3.96º43.54%40.98%-
HSV(B)3.96º60.67%58.82%-
XYZ15.2610.585.38-
YUV89.73110.66170.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=54.74%
G=23.72%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150655900.570.610.413.9643.5440.98
Hex96413B0393D2942c29
Octal22610173071755145451
Binary1001011010000011110110111001111101101001100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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