#615760

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

Shades of Salt Box #615760

Tints of Salt Box #615760

Color information

#615760 (or 0x615760) is unknown color: approx Salt Box. HEX triplet: 61, 57 and 60. RGB value is (97,87,96). Sum of RGB (Red+Green+Blue) = 97+87+96=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615760 is #9EA89F. Grayscale: #5A5A5A. Windows color (decimal): -10397856 or 6313825. OLE color: 6313825.

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

Color convert

RGB978796-
CMYK00.100.010.62
HSL306º5.43%36.08%-
HSV(B)306º10.31%38.04%-
XYZ10.4510.212.48-
YUV91.02130.81132.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=34.64%
G=31.07%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97879600.100.010.623065.4336.08
Hex6157600A13E132524
Octal141127140012176462544
Binary110000110101111100000010101111110100110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615760; }

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

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

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

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

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

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

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

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