#665561

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

Shades of Salt Box #665561

Tints of Salt Box #665561

Color information

#665561 (or 0x665561) is unknown color: approx Salt Box. HEX triplet: 66, 55 and 61. RGB value is (102,85,97). Sum of RGB (Red+Green+Blue) = 102+85+97=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665561 is #99AA9E. Grayscale: #5B5B5B. Windows color (decimal): -10070687 or 6378854. OLE color: 6378854.

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

Color convert

RGB1028597-
CMYK00.170.050.6
HSL317.65º9.09%36.67%-
HSV(B)317.65º16.67%40%-
XYZ10.8910.1812.7-
YUV91.45131.13135.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=35.92%
G=29.93%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102859700.170.050.6317.659.0936.67
Hex66556101153C13e925
Octal1461251410215744761145
Binary1100110101010111000010100011011111001001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665561; }

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

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

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

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

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

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

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

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