#615160

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

Shades of Salt Box #615160

Tints of Salt Box #615160

Color information

#615160 (or 0x615160) is unknown color: approx Salt Box. HEX triplet: 61, 51 and 60. RGB value is (97,81,96). Sum of RGB (Red+Green+Blue) = 97+81+96=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615160 is #9EAE9F. Grayscale: #575757. Windows color (decimal): -10399392 or 6312289. OLE color: 6312289.

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

Color convert

RGB978196-
CMYK00.160.010.62
HSL303.75º8.99%34.9%-
HSV(B)303.75º16.49%38.04%-
XYZ9.989.2712.33-
YUV87.49132.8134.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=35.40%
G=29.56%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97819600.160.010.62303.758.9934.9
Hex61516001013E130923
Octal1411211400201764601143
Binary11000011010001110000001000011111101001100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615160; }

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

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

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

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

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

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

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

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