#644E3E

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

Shades of Spice #644E3E

Tints of Spice #644E3E

Color information

#644E3E (or 0x644E3E) is unknown color: approx Spice. HEX triplet: 64, 4E and 3E. RGB value is (100,78,62). Sum of RGB (Red+Green+Blue) = 100+78+62=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #644E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E3E is #9BB1C1. Grayscale: #525252. Windows color (decimal): -10203586 or 4083300. OLE color: 4083300.

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

Color convert

RGB1007862-
CMYK00.220.380.61
HSL25.26º23.46%31.76%-
HSV(B)25.26º38%39.22%-
XYZ8.858.515.73-
YUV82.75116.29140.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=41.67%
G=32.5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100786200.220.380.6125.2623.4631.76
Hex644E3E016263D191720
Octal144116760264675312740
Binary110010010011101111100101101001101111011100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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