#615A60

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

Shades of Salt Box #615A60

Tints of Salt Box #615A60

Color information

#615A60 (or 0x615A60) is unknown color: approx Salt Box. HEX triplet: 61, 5A and 60. RGB value is (97,90,96). Sum of RGB (Red+Green+Blue) = 97+90+96=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 97 - color contains mainly: red. Hex color #615A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A60 is #9EA59F. Grayscale: #5C5C5C. Windows color (decimal): -10397088 or 6314593. OLE color: 6314593.

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

Color convert

RGB979096-
CMYK00.070.010.62
HSL308.57º3.74%36.67%-
HSV(B)308.57º7.22%38.04%-
XYZ10.710.712.57-
YUV92.78129.82131.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=34.28%
G=31.80%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97909600.070.010.62308.573.7436.67
Hex615A600713E135425
Octal14113214007176465445
Binary11000011011010110000001111111110100110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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