#62454F

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

Shades of Finn #62454F

Tints of Finn #62454F

Color information

#62454F (or 0x62454F) is unknown color: approx Finn. HEX triplet: 62, 45 and 4F. RGB value is (98,69,79). Sum of RGB (Red+Green+Blue) = 98+69+79=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #62454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62454F is #9DBAB0. Grayscale: #4E4E4E. Windows color (decimal): -10336945 or 5195106. OLE color: 5195106.

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

Color convert

RGB986979-
CMYK00.300.190.62
HSL339.31º17.37%32.75%-
HSV(B)339.31º29.59%38.43%-
XYZ8.587.428.38-
YUV78.81128.11141.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=39.84%
G=28.05%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98697900.300.190.62339.3117.3732.75
Hex62454F01E133E1531121
Octal14210511703623765232141
Binary1100010100010110011110111101001111111010101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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