#614152

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

Shades of Finn #614152

Tints of Finn #614152

Color information

#614152 (or 0x614152) is unknown color: approx Finn. HEX triplet: 61, 41 and 52. RGB value is (97,65,82). Sum of RGB (Red+Green+Blue) = 97+65+82=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #614152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614152 is #9EBEAD. Grayscale: #4C4C4C. Windows color (decimal): -10403502 or 5390689. OLE color: 5390689.

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

Color convert

RGB976582-
CMYK00.330.150.62
HSL328.12º19.75%31.76%-
HSV(B)328.12º32.99%38.04%-
XYZ8.346.938.88-
YUV76.51131.1142.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=39.75%
G=26.64%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97658200.330.150.62328.1219.7531.76
Hex614152021F3E1481420
Octal14110112204117765102440
Binary1100001100000110100100100001111111111010100100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614152; }

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

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

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

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

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

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

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

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