#614255

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

Shades of Finn #614255

Tints of Finn #614255

Color information

#614255 (or 0x614255) is unknown color: approx Finn. HEX triplet: 61, 42 and 55. RGB value is (97,66,85). Sum of RGB (Red+Green+Blue) = 97+66+85=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614255 is #9EBDAA. Grayscale: #4D4D4D. Windows color (decimal): -10403243 or 5587553. OLE color: 5587553.

HSL color Cylindrical-coordinate representation of color #614255: hue angle of 323.23º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614255 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB976685-
CMYK00.320.120.62
HSL323.23º19.02%31.96%-
HSV(B)323.23º31.96%38.04%-
XYZ8.527.099.51-
YUV77.44132.27141.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=39.11%
G=26.61%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668500.320.120.62323.2319.0231.96
Hex614255020C3E1431320
Octal14110212504014765032340
Binary1100001100001010101010100000110011111010100001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614255; }

 p { color: rgb(97,66,85); }

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

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

 a { background-color: rgb(97,66,85); }

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

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

 span { border-color: rgb(97,66,85); }

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