#614951

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

Shades of Finn #614951

Tints of Finn #614951

Color information

#614951 (or 0x614951) is unknown color: approx Finn. HEX triplet: 61, 49 and 51. RGB value is (97,73,81). Sum of RGB (Red+Green+Blue) = 97+73+81=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614951 is #9EB6AE. Grayscale: #515151. Windows color (decimal): -10401455 or 5327201. OLE color: 5327201.

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

Color convert

RGB977381-
CMYK00.250.160.62
HSL340º14.12%33.33%-
HSV(B)340º24.74%38.04%-
XYZ8.87.98.85-
YUV81.09127.95139.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=38.65%
G=29.08%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97738100.250.160.6234014.1233.33
Hex614951019103E154e21
Octal14111112103120765241641
Binary110000110010011010001011001100001111101010101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614951; }

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

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

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

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

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

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

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

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