#665661

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

Shades of Salt Box #665661

Tints of Salt Box #665661

Color information

#665661 (or 0x665661) is unknown color: approx Salt Box. HEX triplet: 66, 56 and 61. RGB value is (102,86,97). Sum of RGB (Red+Green+Blue) = 102+86+97=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665661 is #99A99E. Grayscale: #5C5C5C. Windows color (decimal): -10070431 or 6379110. OLE color: 6379110.

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

Color convert

RGB1028697-
CMYK00.160.050.6
HSL318.75º8.51%36.86%-
HSV(B)318.75º15.69%40%-
XYZ10.9610.3412.73-
YUV92.04130.8135.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=35.79%
G=30.18%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102869700.160.050.6318.758.5136.86
Hex66566101053C13f925
Octal1461261410205744771145
Binary1100110101011011000010100001011111001001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665661; }

 p { color: rgb(102,86,97); }

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

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

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

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

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

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

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