#664A61

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

Shades of Salt Box #664A61

Tints of Salt Box #664A61

Color information

#664A61 (or 0x664A61) is unknown color: approx Salt Box. HEX triplet: 66, 4A and 61. RGB value is (102,74,97). Sum of RGB (Red+Green+Blue) = 102+74+97=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A61 is #99B59E. Grayscale: #545454. Windows color (decimal): -10073503 or 6376038. OLE color: 6376038.

HSL color Cylindrical-coordinate representation of color #664A61: hue angle of 310.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A61 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1027497-
CMYK00.270.050.6
HSL310.71º15.91%34.51%-
HSV(B)310.71º27.45%40%-
XYZ10.098.5912.43-
YUV84.99134.78140.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=37.36%
G=27.11%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102749700.270.050.6310.7115.9134.51
Hex664A6101B53C1371023
Octal1461121410335744672043
Binary11001101001010110000101101110111110010011011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A61; }

 p { color: rgb(102,74,97); }

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

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

 a { background-color: rgb(102,74,97); }

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

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

 span { border-color: rgb(102,74,97); }

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