#655760

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

Shades of Salt Box #655760

Tints of Salt Box #655760

Color information

#655760 (or 0x655760) is unknown color: approx Salt Box. HEX triplet: 65, 57 and 60. RGB value is (101,87,96). Sum of RGB (Red+Green+Blue) = 101+87+96=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #655760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655760 is #9AA89F. Grayscale: #5C5C5C. Windows color (decimal): -10135712 or 6313829. OLE color: 6313829.

HSL color Cylindrical-coordinate representation of color #655760: hue angle of 321.43º 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 #655760 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1018796-
CMYK00.140.050.60
HSL321.43º7.45%36.86%-
HSV(B)321.43º13.86%39.61%-
XYZ10.8910.4312.51-
YUV92.21130.14134.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=35.56%
G=30.63%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101879600.140.050.60321.437.4536.86
Hex6557600E53C141725
Octal145127140016574501745
Binary11001011010111110000001110101111100101000001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655760; }

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

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

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

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

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

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

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

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