#644636

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

Shades of Jambalaya #644636

Tints of Jambalaya #644636

Color information

#644636 (or 0x644636) is unknown color: approx Jambalaya. HEX triplet: 64, 46 and 36. RGB value is (100,70,54). Sum of RGB (Red+Green+Blue) = 100+70+54=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #644636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644636 is #9BB9C9. Grayscale: #4D4D4D. Windows color (decimal): -10205642 or 3556964. OLE color: 3556964.

HSL color Cylindrical-coordinate representation of color #644636: hue angle of 20.87º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644636 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB1007054-
CMYK00.300.460.61
HSL20.87º29.87%30.2%-
HSV(B)20.87º46%39.22%-
XYZ8.117.364.48-
YUV77.15114.94144.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=44.64%
G=31.25%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100705400.300.460.6120.8729.8730.2
Hex64463601E2E3D151e1e
Octal144106660365675253636
Binary11001001000110110110011110101110111101101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644636; }

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

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

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

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

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

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

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

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