#665B66

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

Shades of Salt Box #665B66

Tints of Salt Box #665B66

Color information

#665B66 (or 0x665B66) is unknown color: approx Salt Box. HEX triplet: 66, 5B and 66. RGB value is (102,91,102). Sum of RGB (Red+Green+Blue) = 102+91+102=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B66 is #99A499. Grayscale: #5F5F5F. Windows color (decimal): -10069146 or 6708070. OLE color: 6708070.

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

Color convert

RGB10291102-
CMYK00.1100.6
HSL300º5.7%37.84%-
HSV(B)300º10.78%40%-
XYZ11.6211.2714.13-
YUV95.54131.64132.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=34.58%
G=30.85%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029110200.1100.63005.737.84
Hex665B660B03C12c626
Octal146133146013074454646
Binary110011010110111100110010110111100100101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,102); }

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

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

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

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

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

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

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