#615560

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

Shades of Salt Box #615560

Tints of Salt Box #615560

Color information

#615560 (or 0x615560) is unknown color: approx Salt Box. HEX triplet: 61, 55 and 60. RGB value is (97,85,96). Sum of RGB (Red+Green+Blue) = 97+85+96=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615560 is #9EAA9F. Grayscale: #595959. Windows color (decimal): -10398368 or 6313313. OLE color: 6313313.

HSL color Cylindrical-coordinate representation of color #615560: hue angle of 305º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #615560 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB978596-
CMYK00.120.010.62
HSL305º6.59%35.69%-
HSV(B)305º12.37%38.04%-
XYZ10.299.8812.43-
YUV89.84131.48133.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=34.89%
G=30.58%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97859600.120.010.623056.5935.69
Hex6155600C13E131724
Octal141125140014176461744
Binary110000110101011100000011001111110100110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615560; }

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

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

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

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

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

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

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

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