#644A3E

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

Shades of Spice #644A3E

Tints of Spice #644A3E

Color information

#644A3E (or 0x644A3E) is unknown color: approx Spice. HEX triplet: 64, 4A and 3E. RGB value is (100,74,62). Sum of RGB (Red+Green+Blue) = 100+74+62=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A3E is #9BB5C1. Grayscale: #505050. Windows color (decimal): -10204610 or 4082276. OLE color: 4082276.

HSL color Cylindrical-coordinate representation of color #644A3E: hue angle of 18.95º 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 #644A3E is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB1007462-
CMYK00.260.380.61
HSL18.95º23.46%31.76%-
HSV(B)18.95º38%39.22%-
XYZ8.577.955.64-
YUV80.41117.61141.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=42.37%
G=31.36%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100746200.260.380.6118.9523.4631.76
Hex644A3E01A263D131720
Octal144112760324675232740
Binary110010010010101111100110101001101111011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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