#664E65

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

Shades of Salt Box #664E65

Tints of Salt Box #664E65

Color information

#664E65 (or 0x664E65) is unknown color: approx Salt Box. HEX triplet: 66, 4E and 65. RGB value is (102,78,101). Sum of RGB (Red+Green+Blue) = 102+78+101=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #664E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E65 is #99B19A. Grayscale: #575757. Windows color (decimal): -10072475 or 6639206. OLE color: 6639206.

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

Color convert

RGB10278101-
CMYK00.240.010.6
HSL302.5º13.33%35.29%-
HSV(B)302.5º23.53%40%-
XYZ10.559.2113.53-
YUV87.8135.45138.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=36.30%
G=27.76%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1027810100.240.010.6302.513.3335.29
Hex664E6501813C12ed23
Octal1461161450301744561543
Binary11001101001110110010101100011111001001011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,101); }

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

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

 a { background-color: rgb(102,78,101); }

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

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

 span { border-color: rgb(102,78,101); }

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