#614452

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

Shades of Finn #614452

Tints of Finn #614452

Color information

#614452 (or 0x614452) is unknown color: approx Finn. HEX triplet: 61, 44 and 52. RGB value is (97,68,82). Sum of RGB (Red+Green+Blue) = 97+68+82=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614452 is #9EBBAD. Grayscale: #4E4E4E. Windows color (decimal): -10402734 or 5391457. OLE color: 5391457.

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

Color convert

RGB976882-
CMYK00.300.150.62
HSL331.03º17.58%32.35%-
HSV(B)331.03º29.9%38.04%-
XYZ8.527.288.94-
YUV78.27130.11141.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=39.27%
G=27.53%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688200.300.150.62331.0317.5832.35
Hex61445201EF3E14b1220
Octal14110412203617765132240
Binary110000110001001010010011110111111111010100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614452; }

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

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

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

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

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

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

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

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