#994636

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

Shades of Mojo #994636

Tints of Mojo #994636

Color information

#994636 (or 0x994636) is unknown color: approx Mojo. HEX triplet: 99, 46 and 36. RGB value is (153,70,54). Sum of RGB (Red+Green+Blue) = 153+70+54=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994636 is #66B9C9. Grayscale: #5D5D5D. Windows color (decimal): -6732234 or 3557017. OLE color: 3557017.

HSL color Cylindrical-coordinate representation of color #994636: hue angle of 9.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994636 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1537054-
CMYK00.540.650.4
HSL9.7º47.83%40.59%-
HSV(B)9.7º64.71%60%-
XYZ15.9911.424.85-
YUV92.99106170.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=55.23%
G=25.27%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153705400.540.650.49.747.8340.59
Hex9946360364128a3029
Octal2311066606610150126051
Binary100110011000110110110011011010000011010001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994636; }

 p { color: rgb(153,70,54); }

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

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

 a { background-color: rgb(153,70,54); }

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

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

 span { border-color: rgb(153,70,54); }

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