#614450

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

Shades of Finn #614450

Tints of Finn #614450

Color information

#614450 (or 0x614450) is unknown color: approx Finn. HEX triplet: 61, 44 and 50. RGB value is (97,68,80). Sum of RGB (Red+Green+Blue) = 97+68+80=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #614450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614450 is #9EBBAF. Grayscale: #4E4E4E. Windows color (decimal): -10402736 or 5260385. OLE color: 5260385.

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

Color convert

RGB976880-
CMYK00.300.180.62
HSL335.17º17.58%32.35%-
HSV(B)335.17º29.9%38.04%-
XYZ8.447.258.54-
YUV78.04129.11141.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=39.59%
G=27.76%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688000.300.180.62335.1717.5832.35
Hex61445001E123E14f1220
Octal14110412003622765172240
Binary1100001100010010100000111101001011111010100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614450; }

 p { color: rgb(97,68,80); }

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

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

 a { background-color: rgb(97,68,80); }

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

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

 span { border-color: rgb(97,68,80); }

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