#614350

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

Shades of Finn #614350

Tints of Finn #614350

Color information

#614350 (or 0x614350) is unknown color: approx Finn. HEX triplet: 61, 43 and 50. RGB value is (97,67,80). Sum of RGB (Red+Green+Blue) = 97+67+80=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #614350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614350 is #9EBCAF. Grayscale: #4D4D4D. Windows color (decimal): -10402992 or 5260129. OLE color: 5260129.

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

Color convert

RGB976780-
CMYK00.310.180.62
HSL334º18.29%32.16%-
HSV(B)334º30.93%38.04%-
XYZ8.387.138.52-
YUV77.45129.44141.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=39.75%
G=27.46%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97678000.310.180.6233418.2932.16
Hex61435001F123E14e1220
Octal14110312003722765162240
Binary1100001100001110100000111111001011111010100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614350; }

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

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

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

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

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

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

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

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