#615359

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

Shades of Finn #615359

Tints of Finn #615359

Color information

#615359 (or 0x615359) is unknown color: approx Finn. HEX triplet: 61, 53 and 59. RGB value is (97,83,89). Sum of RGB (Red+Green+Blue) = 97+83+89=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615359 is #9EACA6. Grayscale: #575757. Windows color (decimal): -10398887 or 5854049. OLE color: 5854049.

HSL color Cylindrical-coordinate representation of color #615359: hue angle of 334.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 #615359 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB978389-
CMYK00.140.080.62
HSL334.29º7.78%35.29%-
HSV(B)334.29º14.43%38.04%-
XYZ9.839.4510.76-
YUV87.87128.64134.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=36.06%
G=30.86%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97838900.140.080.62334.297.7835.29
Hex6153590E83E14e823
Octal14112313101610765161043
Binary1100001101001110110010111010001111101010011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615359; }

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

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

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

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

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

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

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

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