#644C38

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

Shades of Jambalaya #644C38

Tints of Jambalaya #644C38

Color information

#644C38 (or 0x644C38) is unknown color: approx Jambalaya. HEX triplet: 64, 4C and 38. RGB value is (100,76,56). Sum of RGB (Red+Green+Blue) = 100+76+56=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #644C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C38 is #9BB3C7. Grayscale: #515151. Windows color (decimal): -10204104 or 3689572. OLE color: 3689572.

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

Color convert

RGB1007656-
CMYK00.240.440.61
HSL27.27º28.21%30.59%-
HSV(B)27.27º44%39.22%-
XYZ8.558.164.87-
YUV80.9113.95141.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=43.10%
G=32.76%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100765600.240.440.6127.2728.2130.59
Hex644C380182C3D1b1c1f
Octal144114700305475333437
Binary11001001001100111000011000101100111101110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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