#644A40

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

Shades of Spice #644A40

Tints of Spice #644A40

Color information

#644A40 (or 0x644A40) is unknown color: approx Spice. HEX triplet: 64, 4A and 40. RGB value is (100,74,64). Sum of RGB (Red+Green+Blue) = 100+74+64=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A40 is #9BB5BF. Grayscale: #505050. Windows color (decimal): -10204608 or 4213348. OLE color: 4213348.

HSL color Cylindrical-coordinate representation of color #644A40: hue angle of 16.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644A40 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1007464-
CMYK00.260.360.61
HSL16.67º21.95%32.16%-
HSV(B)16.67º36%39.22%-
XYZ8.637.985.94-
YUV80.63118.61141.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=42.02%
G=31.09%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100746400.260.360.6116.6721.9532.16
Hex644A4001A243D111620
Octal1441121000324475212640
Binary1100100100101010000000110101001001111011000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,64); }

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

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

 a { background-color: rgb(100,74,64); }

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

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

 span { border-color: rgb(100,74,64); }

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