#644A36

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

Shades of Jambalaya #644A36

Tints of Jambalaya #644A36

Color information

#644A36 (or 0x644A36) is unknown color: approx Jambalaya. HEX triplet: 64, 4A and 36. RGB value is (100,74,54). Sum of RGB (Red+Green+Blue) = 100+74+54=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #644A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A36 is #9BB5C9. Grayscale: #4F4F4F. Windows color (decimal): -10204618 or 3557988. OLE color: 3557988.

HSL color Cylindrical-coordinate representation of color #644A36: hue angle of 26.09º 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 #644A36 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB1007454-
CMYK00.260.460.61
HSL26.09º29.87%30.2%-
HSV(B)26.09º46%39.22%-
XYZ8.377.874.57-
YUV79.49113.61142.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=43.86%
G=32.46%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100745400.260.460.6126.0929.8730.2
Hex644A3601A2E3D1a1e1e
Octal144112660325675323636
Binary11001001001010110110011010101110111101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644A36; }

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

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

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

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

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

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

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

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