#655860

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

Shades of Salt Box #655860

Tints of Salt Box #655860

Color information

#655860 (or 0x655860) is unknown color: approx Salt Box. HEX triplet: 65, 58 and 60. RGB value is (101,88,96). Sum of RGB (Red+Green+Blue) = 101+88+96=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655860 is #9AA79F. Grayscale: #5C5C5C. Windows color (decimal): -10135456 or 6314085. OLE color: 6314085.

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

Color convert

RGB1018896-
CMYK00.130.050.60
HSL323.08º6.88%37.06%-
HSV(B)323.08º12.87%39.61%-
XYZ10.9710.5912.53-
YUV92.8129.81133.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=35.44%
G=30.88%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101889600.130.050.60323.086.8837.06
Hex6558600D53C143725
Octal145130140015574503745
Binary11001011011000110000001101101111100101000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655860; }

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

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

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

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

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

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

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

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