#615057

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

Shades of Finn #615057

Tints of Finn #615057

Color information

#615057 (or 0x615057) is unknown color: approx Finn. HEX triplet: 61, 50 and 57. RGB value is (97,80,87). Sum of RGB (Red+Green+Blue) = 97+80+87=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615057 is #9EAFA8. Grayscale: #555555. Windows color (decimal): -10399657 or 5722209. OLE color: 5722209.

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

Color convert

RGB978087-
CMYK00.180.100.62
HSL335.29º9.6%34.71%-
HSV(B)335.29º17.53%38.04%-
XYZ9.528.9710.25-
YUV85.88128.63135.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=36.74%
G=30.30%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97808700.180.100.62335.299.634.71
Hex615057012A3E14fa23
Octal14112012702212765171243
Binary11000011010000101011101001010101111101010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615057; }

 p { color: rgb(97,80,87); }

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

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

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

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

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

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

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