#644E3D

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

Shades of Spice #644E3D

Tints of Spice #644E3D

Color information

#644E3D (or 0x644E3D) is unknown color: approx Spice. HEX triplet: 64, 4E and 3D. RGB value is (100,78,61). Sum of RGB (Red+Green+Blue) = 100+78+61=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #644E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E3D is #9BB1C2. Grayscale: #525252. Windows color (decimal): -10203587 or 4017764. OLE color: 4017764.

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

Color convert

RGB1007861-
CMYK00.220.390.61
HSL26.15º24.22%31.57%-
HSV(B)26.15º39%39.22%-
XYZ8.828.55.59-
YUV82.64115.79140.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=41.84%
G=32.64%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100786100.220.390.6126.1524.2231.57
Hex644E3D016273D1a1820
Octal144116750264775323040
Binary110010010011101111010101101001111111011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,78,61); }

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

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

 a { background-color: rgb(100,78,61); }

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

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

 span { border-color: rgb(100,78,61); }

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