#615360

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

Shades of Salt Box #615360

Tints of Salt Box #615360

Color information

#615360 (or 0x615360) is unknown color: approx Salt Box. HEX triplet: 61, 53 and 60. RGB value is (97,83,96). Sum of RGB (Red+Green+Blue) = 97+83+96=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615360 is #9EAC9F. Grayscale: #585858. Windows color (decimal): -10398880 or 6312801. OLE color: 6312801.

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

Color convert

RGB978396-
CMYK00.140.010.62
HSL304.29º7.78%35.29%-
HSV(B)304.29º14.43%38.04%-
XYZ10.139.5712.38-
YUV88.67132.14133.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=35.14%
G=30.07%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97839600.140.010.62304.297.7835.29
Hex6153600E13E130823
Octal1411231400161764601043
Binary1100001101001111000000111011111101001100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615360; }

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

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

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

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

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

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

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

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