#664B60

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

Shades of Salt Box #664B60

Tints of Salt Box #664B60

Color information

#664B60 (or 0x664B60) is unknown color: approx Salt Box. HEX triplet: 66, 4B and 60. RGB value is (102,75,96). Sum of RGB (Red+Green+Blue) = 102+75+96=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B60 is #99B49F. Grayscale: #555555. Windows color (decimal): -10073248 or 6310758. OLE color: 6310758.

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

Color convert

RGB1027596-
CMYK00.260.060.6
HSL313.33º15.25%34.71%-
HSV(B)313.33º26.47%40%-
XYZ10.118.712.21-
YUV85.47133.95139.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=37.36%
G=27.47%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102759600.260.060.6313.3315.2534.71
Hex664B6001A63C139f23
Octal1461131400326744711743
Binary1100110100101111000000110101101111001001110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,75,96); }

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

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

 a { background-color: rgb(102,75,96); }

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

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

 span { border-color: rgb(102,75,96); }

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