#664D5F

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

Shades of Salt Box #664D5F

Tints of Salt Box #664D5F

Color information

#664D5F (or 0x664D5F) is unknown color: approx Salt Box. HEX triplet: 66, 4D and 5F. RGB value is (102,77,95). Sum of RGB (Red+Green+Blue) = 102+77+95=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D5F is #99B2A0. Grayscale: #565656. Windows color (decimal): -10072737 or 6245734. OLE color: 6245734.

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

Color convert

RGB1027795-
CMYK00.250.070.6
HSL316.8º13.97%35.1%-
HSV(B)316.8º24.51%40%-
XYZ10.28.9612.02-
YUV86.53132.78139.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=37.23%
G=28.10%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102779500.250.070.6316.813.9735.1
Hex664D5F01973C13de23
Octal1461151370317744751643
Binary1100110100110110111110110011111111001001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,95); }

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

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

 a { background-color: rgb(102,77,95); }

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

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

 span { border-color: rgb(102,77,95); }

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