#62545C

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

Shades of Finn #62545C

Tints of Finn #62545C

Color information

#62545C (or 0x62545C) is unknown color: approx Finn. HEX triplet: 62, 54 and 5C. RGB value is (98,84,92). Sum of RGB (Red+Green+Blue) = 98+84+92=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62545C is #9DABA3. Grayscale: #595959. Windows color (decimal): -10333092 or 6050914. OLE color: 6050914.

HSL color Cylindrical-coordinate representation of color #62545C: hue angle of 325.71º 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 #62545C is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB988492-
CMYK00.140.060.62
HSL325.71º7.69%35.69%-
HSV(B)325.71º14.29%38.43%-
XYZ10.149.7111.47-
YUV89.1129.64134.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=35.77%
G=30.66%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98849200.140.060.62325.717.6935.69
Hex62545C0E63E146824
Octal1421241340166765061044
Binary110001010101001011100011101101111101010001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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