#615056

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

Shades of Finn #615056

Tints of Finn #615056

Color information

#615056 (or 0x615056) is unknown color: approx Finn. HEX triplet: 61, 50 and 56. RGB value is (97,80,86). Sum of RGB (Red+Green+Blue) = 97+80+86=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615056 is #9EAFA9. Grayscale: #555555. Windows color (decimal): -10399658 or 5656673. OLE color: 5656673.

HSL color Cylindrical-coordinate representation of color #615056: hue angle of 338.82º 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 #615056 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB978086-
CMYK00.180.110.62
HSL338.82º9.6%34.71%-
HSV(B)338.82º17.53%38.04%-
XYZ9.488.9510.03-
YUV85.77128.13136.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=36.88%
G=30.42%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97808600.180.110.62338.829.634.71
Hex615056012B3E153a23
Octal14112012602213765231243
Binary11000011010000101011001001010111111101010100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615056; }

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

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

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

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

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

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

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

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