#62565B

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

Shades of Finn #62565B

Tints of Finn #62565B

Color information

#62565B (or 0x62565B) is unknown color: approx Finn. HEX triplet: 62, 56 and 5B. RGB value is (98,86,91). Sum of RGB (Red+Green+Blue) = 98+86+91=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #62565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565B is #9DA9A4. Grayscale: #5A5A5A. Windows color (decimal): -10332581 or 5985890. OLE color: 5985890.

HSL color Cylindrical-coordinate representation of color #62565B: hue angle of 335º 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 #62565B is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB988691-
CMYK00.120.070.62
HSL335º6.52%36.08%-
HSV(B)335º12.24%38.43%-
XYZ10.2510.0111.29-
YUV90.16128.48133.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=35.64%
G=31.27%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869100.120.070.623356.5236.08
Hex62565B0C73E14f724
Octal142126133014776517744
Binary11000101010110101101101100111111110101001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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