#615260

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

Shades of Salt Box #615260

Tints of Salt Box #615260

Color information

#615260 (or 0x615260) is unknown color: approx Salt Box. HEX triplet: 61, 52 and 60. RGB value is (97,82,96). Sum of RGB (Red+Green+Blue) = 97+82+96=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615260 is #9EAD9F. Grayscale: #585858. Windows color (decimal): -10399136 or 6312545. OLE color: 6312545.

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

Color convert

RGB978296-
CMYK00.150.010.62
HSL304º8.38%35.1%-
HSV(B)304º15.46%38.04%-
XYZ10.069.4212.35-
YUV88.08132.47134.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=35.27%
G=29.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97829600.150.010.623048.3835.1
Hex6152600F13E130823
Octal1411221400171764601043
Binary1100001101001011000000111111111101001100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615260; }

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

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

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

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

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

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

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

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