#665D64

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

Shades of Salt Box #665D64

Tints of Salt Box #665D64

Color information

#665D64 (or 0x665D64) is unknown color: approx Salt Box. HEX triplet: 66, 5D and 64. RGB value is (102,93,100). Sum of RGB (Red+Green+Blue) = 102+93+100=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #665D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D64 is #99A29B. Grayscale: #606060. Windows color (decimal): -10068636 or 6577510. OLE color: 6577510.

HSL color Cylindrical-coordinate representation of color #665D64: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665D64 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10293100-
CMYK00.090.020.6
HSL313.33º4.62%38.24%-
HSV(B)313.33º8.82%40%-
XYZ11.6911.5713.67-
YUV96.49129.98131.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=34.58%
G=31.53%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029310000.090.020.6313.334.6238.24
Hex665D640923C139526
Octal146135144011274471546
Binary1100110101110111001000100110111100100111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D64; }

 p { color: rgb(102,93,100); }

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

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

 a { background-color: rgb(102,93,100); }

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

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

 span { border-color: rgb(102,93,100); }

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