#644536

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

Shades of Jambalaya #644536

Tints of Jambalaya #644536

Color information

#644536 (or 0x644536) is unknown color: approx Jambalaya. HEX triplet: 64, 45 and 36. RGB value is (100,69,54). Sum of RGB (Red+Green+Blue) = 100+69+54=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644536 is #9BBAC9. Grayscale: #4C4C4C. Windows color (decimal): -10205898 or 3556708. OLE color: 3556708.

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

Color convert

RGB1006954-
CMYK00.310.460.61
HSL19.57º29.87%30.2%-
HSV(B)19.57º46%39.22%-
XYZ8.057.234.46-
YUV76.56115.27144.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=44.84%
G=30.94%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100695400.310.460.6119.5729.8730.2
Hex64453601F2E3D141e1e
Octal144105660375675243636
Binary11001001000101110110011111101110111101101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644536; }

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

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

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

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

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

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

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

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