#644760

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

Shades of Salt Box #644760

Tints of Salt Box #644760

Color information

#644760 (or 0x644760) is unknown color: approx Salt Box. HEX triplet: 64, 47 and 60. RGB value is (100,71,96). Sum of RGB (Red+Green+Blue) = 100+71+96=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #644760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644760 is #9BB89F. Grayscale: #525252. Windows color (decimal): -10205344 or 6309732. OLE color: 6309732.

HSL color Cylindrical-coordinate representation of color #644760: hue angle of 308.28º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644760 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB1007196-
CMYK00.290.040.61
HSL308.28º16.96%33.53%-
HSV(B)308.28º29%39.22%-
XYZ9.628.0612.12-
YUV82.52135.61140.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=37.45%
G=26.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100719600.290.040.61308.2816.9633.53
Hex64476001D43D1341122
Octal1441071400354754642142
Binary11001001000111110000001110110011110110011010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644760; }

 p { color: rgb(100,71,96); }

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

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

 a { background-color: rgb(100,71,96); }

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

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

 span { border-color: rgb(100,71,96); }

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