#96413A

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

Shades of Mojo #96413A

Tints of Mojo #96413A

Color information

#96413A (or 0x96413A) is unknown color: approx Mojo. HEX triplet: 96, 41 and 3A. RGB value is (150,65,58). Sum of RGB (Red+Green+Blue) = 150+65+58=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #96413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96413A is #69BEC5. Grayscale: #595959. Windows color (decimal): -6930118 or 3817878. OLE color: 3817878.

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

Color convert

RGB1506558-
CMYK00.570.610.41
HSL4.57º44.23%40.78%-
HSV(B)4.57º61.33%58.82%-
XYZ15.2310.575.24-
YUV89.62110.16171.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=54.95%
G=23.81%
B=21.25%

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
Decimal150655800.570.610.414.5744.2340.78
Hex96413A0393D2952c29
Octal22610172071755155451
Binary1001011010000011110100111001111101101001101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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