#64493F

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

Shades of Spice #64493F

Tints of Spice #64493F

Color information

#64493F (or 0x64493F) is unknown color: approx Spice. HEX triplet: 64, 49 and 3F. RGB value is (100,73,63). Sum of RGB (Red+Green+Blue) = 100+73+63=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64493F is #9BB6C0. Grayscale: #505050. Windows color (decimal): -10204865 or 4147556. OLE color: 4147556.

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

Color convert

RGB1007363-
CMYK00.270.370.61
HSL16.22º22.7%31.96%-
HSV(B)16.22º37%39.22%-
XYZ8.547.835.76-
YUV79.93118.45142.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 63 (25% from 255) = 26.69%
R=42.37%
G=30.93%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100736300.270.370.6116.2222.731.96
Hex64493F01B253D101720
Octal144111770334575202740
Binary110010010010011111110110111001011111011000010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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