#614956

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

Shades of Finn #614956

Tints of Finn #614956

Color information

#614956 (or 0x614956) is unknown color: approx Finn. HEX triplet: 61, 49 and 56. RGB value is (97,73,86). Sum of RGB (Red+Green+Blue) = 97+73+86=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614956 is #9EB6A9. Grayscale: #515151. Windows color (decimal): -10401450 or 5654881. OLE color: 5654881.

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

Color convert

RGB977386-
CMYK00.250.110.62
HSL327.5º14.12%33.33%-
HSV(B)327.5º24.74%38.04%-
XYZ8.997.989.87-
YUV81.66130.45138.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=37.89%
G=28.52%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97738600.250.110.62327.514.1233.33
Hex614956019B3E148e21
Octal14111112603113765101641
Binary11000011001001101011001100110111111101010010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614956; }

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

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

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

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

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

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

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

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