#96433B

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

Shades of Mojo #96433B

Tints of Mojo #96433B

Color information

#96433B (or 0x96433B) is unknown color: approx Mojo. HEX triplet: 96, 43 and 3B. RGB value is (150,67,59). Sum of RGB (Red+Green+Blue) = 150+67+59=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96433B is #69BCC4. Grayscale: #5B5B5B. Windows color (decimal): -6929605 or 3883926. OLE color: 3883926.

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

Color convert

RGB1506759-
CMYK00.550.610.41
HSL5.27º43.54%40.98%-
HSV(B)5.27º60.67%58.82%-
XYZ15.3710.815.41-
YUV90.9110170.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=54.35%
G=24.28%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150675900.550.610.415.2743.5440.98
Hex96433B0373D2952c29
Octal22610373067755155451
Binary1001011010000111110110110111111101101001101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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