#64493D

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

Shades of Spice #64493D

Tints of Spice #64493D

Color information

#64493D (or 0x64493D) is unknown color: approx Spice. HEX triplet: 64, 49 and 3D. RGB value is (100,73,61). Sum of RGB (Red+Green+Blue) = 100+73+61=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493D is #9BB6C2. Grayscale: #4F4F4F. Windows color (decimal): -10204867 or 4016484. OLE color: 4016484.

HSL color Cylindrical-coordinate representation of color #64493D: hue angle of 18.46º 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 #64493D is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB1007361-
CMYK00.270.390.61
HSL18.46º24.22%31.57%-
HSV(B)18.46º39%39.22%-
XYZ8.487.815.48-
YUV79.71117.45142.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=42.74%
G=31.20%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100736100.270.390.6118.4624.2231.57
Hex64493D01B273D121820
Octal144111750334775223040
Binary110010010010011111010110111001111111011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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