#644539

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

Shades of Jambalaya #644539

Tints of Jambalaya #644539

Color information

#644539 (or 0x644539) is unknown color: approx Jambalaya. HEX triplet: 64, 45 and 39. RGB value is (100,69,57). Sum of RGB (Red+Green+Blue) = 100+69+57=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644539 is #9BBAC6. Grayscale: #4C4C4C. Windows color (decimal): -10205895 or 3753316. OLE color: 3753316.

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

Color convert

RGB1006957-
CMYK00.310.430.61
HSL16.74º27.39%30.78%-
HSV(B)16.74º43%39.22%-
XYZ8.127.264.84-
YUV76.9116.77144.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=44.25%
G=30.53%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100695700.310.430.6116.7427.3930.78
Hex64453901F2B3D111b1f
Octal144105710375375213337
Binary11001001000101111001011111101011111101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644539; }

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

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

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

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

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

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

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

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