#665B64

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

Shades of Salt Box #665B64

Tints of Salt Box #665B64

Color information

#665B64 (or 0x665B64) is unknown color: approx Salt Box. HEX triplet: 66, 5B and 64. RGB value is (102,91,100). Sum of RGB (Red+Green+Blue) = 102+91+100=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B64 is #99A49B. Grayscale: #5F5F5F. Windows color (decimal): -10069148 or 6576998. OLE color: 6576998.

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

Color convert

RGB10291100-
CMYK00.110.020.6
HSL310.91º5.7%37.84%-
HSV(B)310.91º10.78%40%-
XYZ11.5211.2313.62-
YUV95.32130.64132.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=34.81%
G=31.06%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029110000.110.020.6310.915.737.84
Hex665B640B23C137626
Octal146133144013274467646
Binary1100110101101111001000101110111100100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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