#655660

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

Shades of Salt Box #655660

Tints of Salt Box #655660

Color information

#655660 (or 0x655660) is unknown color: approx Salt Box. HEX triplet: 65, 56 and 60. RGB value is (101,86,96). Sum of RGB (Red+Green+Blue) = 101+86+96=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655660 is #9AA99F. Grayscale: #5B5B5B. Windows color (decimal): -10135968 or 6313573. OLE color: 6313573.

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

Color convert

RGB1018696-
CMYK00.150.050.60
HSL320º8.02%36.67%-
HSV(B)320º14.85%39.61%-
XYZ10.8110.2712.48-
YUV91.62130.47134.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=35.69%
G=30.39%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101869600.150.050.603208.0236.67
Hex6556600F53C140825
Octal1451261400175745001045
Binary110010110101101100000011111011111001010000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655660; }

 p { color: rgb(101,86,96); }

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

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

 a { background-color: rgb(101,86,96); }

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

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

 span { border-color: rgb(101,86,96); }

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