#614453

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

Shades of Finn #614453

Tints of Finn #614453

Color information

#614453 (or 0x614453) is unknown color: approx Finn. HEX triplet: 61, 44 and 53. RGB value is (97,68,83). Sum of RGB (Red+Green+Blue) = 97+68+83=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614453 is #9EBBAC. Grayscale: #4E4E4E. Windows color (decimal): -10402733 or 5456993. OLE color: 5456993.

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

Color convert

RGB976883-
CMYK00.300.140.62
HSL328.97º17.58%32.35%-
HSV(B)328.97º29.9%38.04%-
XYZ8.567.39.14-
YUV78.38130.61141.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=39.11%
G=27.42%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688300.300.140.62328.9717.5832.35
Hex61445301EE3E1491220
Octal14110412303616765112240
Binary110000110001001010011011110111011111010100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614453; }

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

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

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

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

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

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

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

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