#614551

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

Shades of Finn #614551

Tints of Finn #614551

Color information

#614551 (or 0x614551) is unknown color: approx Finn. HEX triplet: 61, 45 and 51. RGB value is (97,69,81). Sum of RGB (Red+Green+Blue) = 97+69+81=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614551 is #9EBAAE. Grayscale: #4E4E4E. Windows color (decimal): -10402479 or 5326177. OLE color: 5326177.

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

Color convert

RGB976981-
CMYK00.290.160.62
HSL334.29º16.87%32.55%-
HSV(B)334.29º28.87%38.04%-
XYZ8.547.398.76-
YUV78.74129.28141.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=39.27%
G=27.94%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97698100.290.160.62334.2916.8732.55
Hex61455101D103E14e1121
Octal14110512103520765162141
Binary1100001100010110100010111011000011111010100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614551; }

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

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

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

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

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

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

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

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