#96443E

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

Shades of Mojo #96443E

Tints of Mojo #96443E

Color information

#96443E (or 0x96443E) is unknown color: approx Mojo. HEX triplet: 96, 44 and 3E. RGB value is (150,68,62). Sum of RGB (Red+Green+Blue) = 150+68+62=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96443E is #69BBC1. Grayscale: #5B5B5B. Windows color (decimal): -6929346 or 4080790. OLE color: 4080790.

HSL color Cylindrical-coordinate representation of color #96443E: hue angle of 4.09º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96443E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB1506862-
CMYK00.550.590.41
HSL4.09º41.51%41.57%-
HSV(B)4.09º58.67%58.82%-
XYZ15.5110.975.86-
YUV91.83111.17169.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=53.57%
G=24.29%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150686200.550.590.414.0941.5141.57
Hex96443E0373B2942a2a
Octal22610476067735145252
Binary1001011010001001111100110111111011101001100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96443E; }

 p { color: rgb(150,68,62); }

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

<style>
 a { background-color: #96443E; }

 a { background-color: rgb(150,68,62); }

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

<style>
 span { border-color: #96443E; }

 span { border-color: rgb(150,68,62); }

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