#615259

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

Shades of Finn #615259

Tints of Finn #615259

Color information

#615259 (or 0x615259) is unknown color: approx Finn. HEX triplet: 61, 52 and 59. RGB value is (97,82,89). Sum of RGB (Red+Green+Blue) = 97+82+89=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615259 is #9EADA6. Grayscale: #575757. Windows color (decimal): -10399143 or 5853793. OLE color: 5853793.

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

Color convert

RGB978289-
CMYK00.150.080.62
HSL332º8.38%35.1%-
HSV(B)332º15.46%38.04%-
XYZ9.759.310.73-
YUV87.28128.97134.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=36.19%
G=30.60%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97828900.150.080.623328.3835.1
Hex6152590F83E14c823
Octal14112213101710765141043
Binary1100001101001010110010111110001111101010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615259; }

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

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

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

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

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

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

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

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