#62555C

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

Shades of Finn #62555C

Tints of Finn #62555C

Color information

#62555C (or 0x62555C) is unknown color: approx Finn. HEX triplet: 62, 55 and 5C. RGB value is (98,85,92). Sum of RGB (Red+Green+Blue) = 98+85+92=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #62555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555C is #9DAAA3. Grayscale: #595959. Windows color (decimal): -10332836 or 6051170. OLE color: 6051170.

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

Color convert

RGB988592-
CMYK00.130.060.62
HSL327.69º7.1%35.88%-
HSV(B)327.69º13.27%38.43%-
XYZ10.229.8711.49-
YUV89.68129.31133.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=35.64%
G=30.91%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859200.130.060.62327.697.135.88
Hex62555C0D63E148724
Octal142125134015676510744
Binary11000101010101101110001101110111110101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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