#664F61

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

Shades of Salt Box #664F61

Tints of Salt Box #664F61

Color information

#664F61 (or 0x664F61) is unknown color: approx Salt Box. HEX triplet: 66, 4F and 61. RGB value is (102,79,97). Sum of RGB (Red+Green+Blue) = 102+79+97=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #664F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F61 is #99B09E. Grayscale: #575757. Windows color (decimal): -10072223 or 6377318. OLE color: 6377318.

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

Color convert

RGB1027997-
CMYK00.230.050.6
HSL313.04º12.71%35.49%-
HSV(B)313.04º22.55%40%-
XYZ10.439.2812.55-
YUV87.93133.12138.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=36.69%
G=28.42%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102799700.230.050.6313.0412.7135.49
Hex664F6101753C139d23
Octal1461171410275744711543
Binary1100110100111111000010101111011111001001110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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