#614657

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

Shades of Finn #614657

Tints of Finn #614657

Color information

#614657 (or 0x614657) is unknown color: approx Finn. HEX triplet: 61, 46 and 57. RGB value is (97,70,87). Sum of RGB (Red+Green+Blue) = 97+70+87=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #614657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614657 is #9EB9A8. Grayscale: #4F4F4F. Windows color (decimal): -10402217 or 5719649. OLE color: 5719649.

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

Color convert

RGB977087-
CMYK00.280.100.62
HSL322.22º16.17%32.75%-
HSV(B)322.22º27.84%38.04%-
XYZ8.847.6110.02-
YUV80.01131.95140.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=38.19%
G=27.56%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97708700.280.100.62322.2216.1732.75
Hex61465701CA3E1421021
Octal14110612703412765022041
Binary110000110001101010111011100101011111010100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614657; }

 p { color: rgb(97,70,87); }

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

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

 a { background-color: rgb(97,70,87); }

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

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

 span { border-color: rgb(97,70,87); }

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