#665B62

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

Shades of Salt Box #665B62

Tints of Salt Box #665B62

Color information

#665B62 (or 0x665B62) is unknown color: approx Salt Box. HEX triplet: 66, 5B and 62. RGB value is (102,91,98). Sum of RGB (Red+Green+Blue) = 102+91+98=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B62 is #99A49D. Grayscale: #5F5F5F. Windows color (decimal): -10069150 or 6445926. OLE color: 6445926.

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

Color convert

RGB1029198-
CMYK00.110.040.6
HSL321.82º5.7%37.84%-
HSV(B)321.82º10.78%40%-
XYZ11.4311.1913.11-
YUV95.09129.64132.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=35.05%
G=31.27%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102919800.110.040.6321.825.737.84
Hex665B620B43C142626
Octal146133142013474502646
Binary11001101011011110001001011100111100101000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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