#62545B

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

Shades of Finn #62545B

Tints of Finn #62545B

Color information

#62545B (or 0x62545B) is unknown color: approx Finn. HEX triplet: 62, 54 and 5B. RGB value is (98,84,91). Sum of RGB (Red+Green+Blue) = 98+84+91=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62545B is #9DABA4. Grayscale: #585858. Windows color (decimal): -10333093 or 5985378. OLE color: 5985378.

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

Color convert

RGB988491-
CMYK00.140.070.62
HSL330º7.69%35.69%-
HSV(B)330º14.29%38.43%-
XYZ10.19.6911.24-
YUV88.98129.14134.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=35.90%
G=30.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98849100.140.070.623307.6935.69
Hex62545B0E73E14a824
Octal1421241330167765121044
Binary110001010101001011011011101111111101010010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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