#664661

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

Shades of Salt Box #664661

Tints of Salt Box #664661

Color information

#664661 (or 0x664661) is unknown color: approx Salt Box. HEX triplet: 66, 46 and 61. RGB value is (102,70,97). Sum of RGB (Red+Green+Blue) = 102+70+97=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664661 is #99B99E. Grayscale: #525252. Windows color (decimal): -10074527 or 6375014. OLE color: 6375014.

HSL color Cylindrical-coordinate representation of color #664661: hue angle of 309.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664661 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1027097-
CMYK00.310.050.6
HSL309.38º18.6%33.73%-
HSV(B)309.38º31.37%40%-
XYZ9.838.0712.35-
YUV82.65136.1141.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=37.92%
G=26.02%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102709700.310.050.6309.3818.633.73
Hex66466101F53C1351322
Octal1461061410375744652342
Binary11001101000110110000101111110111110010011010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664661; }

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

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

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

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

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

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

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

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