#615159

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

Shades of Finn #615159

Tints of Finn #615159

Color information

#615159 (or 0x615159) is unknown color: approx Finn. HEX triplet: 61, 51 and 59. RGB value is (97,81,89). Sum of RGB (Red+Green+Blue) = 97+81+89=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615159 is #9EAEA6. Grayscale: #565656. Windows color (decimal): -10399399 or 5853537. OLE color: 5853537.

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

Color convert

RGB978189-
CMYK00.160.080.62
HSL330º8.99%34.9%-
HSV(B)330º16.49%38.04%-
XYZ9.689.1510.71-
YUV86.7129.3135.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=36.33%
G=30.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97818900.160.080.623308.9934.9
Hex61515901083E14a923
Octal14112113102010765121143
Binary11000011010001101100101000010001111101010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615159; }

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

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

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

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

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

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

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

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