#644B3F

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

Shades of Spice #644B3F

Tints of Spice #644B3F

Color information

#644B3F (or 0x644B3F) is unknown color: approx Spice. HEX triplet: 64, 4B and 3F. RGB value is (100,75,63). Sum of RGB (Red+Green+Blue) = 100+75+63=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B3F is #9BB4C0. Grayscale: #515151. Windows color (decimal): -10204353 or 4148068. OLE color: 4148068.

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

Color convert

RGB1007563-
CMYK00.250.370.61
HSL19.46º22.7%31.96%-
HSV(B)19.46º37%39.22%-
XYZ8.678.15.81-
YUV81.11117.78141.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 63 (25% from 255) = 26.47%
R=42.02%
G=31.51%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100756300.250.370.6119.4622.731.96
Hex644B3F019253D131720
Octal144113770314575232740
Binary110010010010111111110110011001011111011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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