#62565C

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

Shades of Finn #62565C

Tints of Finn #62565C

Color information

#62565C (or 0x62565C) is unknown color: approx Finn. HEX triplet: 62, 56 and 5C. RGB value is (98,86,92). Sum of RGB (Red+Green+Blue) = 98+86+92=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565C is #9DA9A3. Grayscale: #5A5A5A. Windows color (decimal): -10332580 or 6051426. OLE color: 6051426.

HSL color Cylindrical-coordinate representation of color #62565C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62565C is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB988692-
CMYK00.120.060.62
HSL330º6.52%36.08%-
HSV(B)330º12.24%38.43%-
XYZ10.310.0211.52-
YUV90.27128.98133.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=35.51%
G=31.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869200.120.060.623306.5236.08
Hex62565C0C63E14a724
Octal142126134014676512744
Binary11000101010110101110001100110111110101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62565C; }

 p { color: rgb(98,86,92); }

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

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

 a { background-color: rgb(98,86,92); }

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

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

 span { border-color: rgb(98,86,92); }

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