#644531

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

Shades of Jambalaya #644531

Tints of Jambalaya #644531

Color information

#644531 (or 0x644531) is unknown color: approx Jambalaya. HEX triplet: 64, 45 and 31. RGB value is (100,69,49). Sum of RGB (Red+Green+Blue) = 100+69+49=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644531 is #9BBACE. Grayscale: #4C4C4C. Windows color (decimal): -10205903 or 3229028. OLE color: 3229028.

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

Color convert

RGB1006949-
CMYK00.310.510.61
HSL23.53º34.23%29.22%-
HSV(B)23.53º51%39.22%-
XYZ7.947.193.87-
YUV75.99112.77145.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=45.87%
G=31.65%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100694900.310.510.6123.5334.2329.22
Hex64453101F333D18221d
Octal144105610376375304235
Binary110010010001011100010111111100111111011100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644531; }

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

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

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

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

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

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

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

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