#665866

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

Shades of Salt Box #665866

Tints of Salt Box #665866

Color information

#665866 (or 0x665866) is unknown color: approx Salt Box. HEX triplet: 66, 58 and 66. RGB value is (102,88,102). Sum of RGB (Red+Green+Blue) = 102+88+102=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665866 is #99A799. Grayscale: #5D5D5D. Windows color (decimal): -10069914 or 6707302. OLE color: 6707302.

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

Color convert

RGB10288102-
CMYK00.1400.6
HSL300º7.37%37.25%-
HSV(B)300º13.73%40%-
XYZ11.3710.7614.05-
YUV93.78132.64133.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=34.93%
G=30.14%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028810200.1400.63007.3737.25
Hex6658660E03C12c725
Octal146130146016074454745
Binary110011010110001100110011100111100100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665866; }

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

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

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

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

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

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

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

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