#644C61

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

Shades of Salt Box #644C61

Tints of Salt Box #644C61

Color information

#644C61 (or 0x644C61) is unknown color: approx Salt Box. HEX triplet: 64, 4C and 61. RGB value is (100,76,97). Sum of RGB (Red+Green+Blue) = 100+76+97=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #644C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C61 is #9BB39E. Grayscale: #555555. Windows color (decimal): -10204063 or 6376548. OLE color: 6376548.

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

Color convert

RGB1007697-
CMYK00.240.030.61
HSL307.5º13.64%34.51%-
HSV(B)307.5º24%39.22%-
XYZ108.7412.47-
YUV85.57134.45138.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=36.63%
G=27.84%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100769700.240.030.61307.513.6434.51
Hex644C6101833D134e23
Octal1441141410303754641643
Binary110010010011001100001011000111111011001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,76,97); }

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

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

 a { background-color: rgb(100,76,97); }

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

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

 span { border-color: rgb(100,76,97); }

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