#644538

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

Shades of Jambalaya #644538

Tints of Jambalaya #644538

Color information

#644538 (or 0x644538) is unknown color: approx Jambalaya. HEX triplet: 64, 45 and 38. RGB value is (100,69,56). Sum of RGB (Red+Green+Blue) = 100+69+56=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644538 is #9BBAC7. Grayscale: #4C4C4C. Windows color (decimal): -10205896 or 3687780. OLE color: 3687780.

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

Color convert

RGB1006956-
CMYK00.310.440.61
HSL17.73º28.21%30.59%-
HSV(B)17.73º44%39.22%-
XYZ8.17.254.71-
YUV76.79116.27144.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=44.44%
G=30.67%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100695600.310.440.6117.7328.2130.59
Hex64453801F2C3D121c1f
Octal144105700375475223437
Binary11001001000101111000011111101100111101100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644538; }

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

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

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

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

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

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

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

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