#615358

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

Shades of Finn #615358

Tints of Finn #615358

Color information

#615358 (or 0x615358) is unknown color: approx Finn. HEX triplet: 61, 53 and 58. RGB value is (97,83,88). Sum of RGB (Red+Green+Blue) = 97+83+88=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615358 is #9EACA7. Grayscale: #575757. Windows color (decimal): -10398888 or 5788513. OLE color: 5788513.

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

Color convert

RGB978388-
CMYK00.140.090.62
HSL338.57º7.78%35.29%-
HSV(B)338.57º14.43%38.04%-
XYZ9.789.4310.54-
YUV87.76128.14134.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=36.19%
G=30.97%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97838800.140.090.62338.577.7835.29
Hex6153580E93E153823
Octal14112313001611765231043
Binary1100001101001110110000111010011111101010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615358; }

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

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

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

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

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

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

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

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