#61454F

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

Shades of Finn #61454F

Tints of Finn #61454F

Color information

#61454F (or 0x61454F) is unknown color: approx Finn. HEX triplet: 61, 45 and 4F. RGB value is (97,69,79). Sum of RGB (Red+Green+Blue) = 97+69+79=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61454F is #9EBAB0. Grayscale: #4E4E4E. Windows color (decimal): -10402481 or 5195105. OLE color: 5195105.

HSL color Cylindrical-coordinate representation of color #61454F: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB976979-
CMYK00.290.190.62
HSL338.57º16.87%32.55%-
HSV(B)338.57º28.87%38.04%-
XYZ8.477.368.37-
YUV78.51128.28141.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=39.59%
G=28.16%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97697900.290.190.62338.5716.8732.55
Hex61454F01D133E1531121
Octal14110511703523765232141
Binary1100001100010110011110111011001111111010101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61454F; }

 p { color: rgb(97,69,79); }

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

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

 a { background-color: rgb(97,69,79); }

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

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

 span { border-color: rgb(97,69,79); }

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