#64493E

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

Shades of Spice #64493E

Tints of Spice #64493E

Color information

#64493E (or 0x64493E) is unknown color: approx Spice. HEX triplet: 64, 49 and 3E. RGB value is (100,73,62). Sum of RGB (Red+Green+Blue) = 100+73+62=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #64493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493E is #9BB6C1. Grayscale: #4F4F4F. Windows color (decimal): -10204866 or 4082020. OLE color: 4082020.

HSL color Cylindrical-coordinate representation of color #64493E: hue angle of 17.37º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64493E is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB1007362-
CMYK00.270.380.61
HSL17.37º23.46%31.76%-
HSV(B)17.37º38%39.22%-
XYZ8.517.825.62-
YUV79.82117.95142.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=42.55%
G=31.06%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100736200.270.380.6117.3723.4631.76
Hex64493E01B263D111720
Octal144111760334675212740
Binary110010010010011111100110111001101111011000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64493E; }

 p { color: rgb(100,73,62); }

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

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

 a { background-color: rgb(100,73,62); }

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

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

 span { border-color: rgb(100,73,62); }

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