#644D5F

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

Shades of Salt Box #644D5F

Tints of Salt Box #644D5F

Color information

#644D5F (or 0x644D5F) is unknown color: approx Salt Box. HEX triplet: 64, 4D and 5F. RGB value is (100,77,95). Sum of RGB (Red+Green+Blue) = 100+77+95=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #644D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D5F is #9BB2A0. Grayscale: #555555. Windows color (decimal): -10203809 or 6245732. OLE color: 6245732.

HSL color Cylindrical-coordinate representation of color #644D5F: hue angle of 313.04º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D5F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1007795-
CMYK00.230.050.61
HSL313.04º12.99%34.71%-
HSV(B)313.04º23%39.22%-
XYZ9.978.8412.01-
YUV85.93133.12138.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=36.76%
G=28.31%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100779500.230.050.61313.0412.9934.71
Hex644D5F01753D139d23
Octal1441151370275754711543
Binary1100100100110110111110101111011111011001110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,95); }

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

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

 a { background-color: rgb(100,77,95); }

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

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

 span { border-color: rgb(100,77,95); }

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