#615B61

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

Shades of Salt Box #615B61

Tints of Salt Box #615B61

Color information

#615B61 (or 0x615B61) is unknown color: approx Salt Box. HEX triplet: 61, 5B and 61. RGB value is (97,91,97). Sum of RGB (Red+Green+Blue) = 97+91+97=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B61 is #9EA49E. Grayscale: #5D5D5D. Windows color (decimal): -10396831 or 6380385. OLE color: 6380385.

HSL color Cylindrical-coordinate representation of color #615B61: hue angle of 300º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #615B61 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB979197-
CMYK00.0600.62
HSL300º3.19%36.86%-
HSV(B)300º6.19%38.04%-
XYZ10.8310.8912.84-
YUV93.48129.99130.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=34.04%
G=31.93%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97919700.0600.623003.1936.86
Hex615B610603E12c325
Octal14113314106076454345
Binary1100001101101111000010110011111010010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B61; }

 p { color: rgb(97,91,97); }

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

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

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

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

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

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

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