#96423A

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

Shades of Mojo #96423A

Tints of Mojo #96423A

Color information

#96423A (or 0x96423A) is unknown color: approx Mojo. HEX triplet: 96, 42 and 3A. RGB value is (150,66,58). Sum of RGB (Red+Green+Blue) = 150+66+58=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96423A is #69BDC5. Grayscale: #5A5A5A. Windows color (decimal): -6929862 or 3818134. OLE color: 3818134.

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

Color convert

RGB1506658-
CMYK00.560.610.41
HSL5.22º44.23%40.78%-
HSV(B)5.22º61.33%58.82%-
XYZ15.2910.695.26-
YUV90.2109.83170.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=54.74%
G=24.09%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150665800.560.610.415.2244.2340.78
Hex96423A0383D2952c29
Octal22610272070755155451
Binary1001011010000101110100111000111101101001101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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