#665D65

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

Shades of Salt Box #665D65

Tints of Salt Box #665D65

Color information

#665D65 (or 0x665D65) is unknown color: approx Salt Box. HEX triplet: 66, 5D and 65. RGB value is (102,93,101). Sum of RGB (Red+Green+Blue) = 102+93+101=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 102 - color contains mainly: red. Hex color #665D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D65 is #99A29A. Grayscale: #606060. Windows color (decimal): -10068635 or 6643046. OLE color: 6643046.

HSL color Cylindrical-coordinate representation of color #665D65: hue angle of 306.67º 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 #665D65 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10293101-
CMYK00.090.010.6
HSL306.67º4.62%38.24%-
HSV(B)306.67º8.82%40%-
XYZ11.7411.5913.93-
YUV96.6130.48131.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=34.46%
G=31.42%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029310100.090.010.6306.674.6238.24
Hex665D650913C133526
Octal146135145011174463546
Binary110011010111011100101010011111100100110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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