#62555A

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

Shades of Finn #62555A

Tints of Finn #62555A

Color information

#62555A (or 0x62555A) is unknown color: approx Finn. HEX triplet: 62, 55 and 5A. RGB value is (98,85,90). Sum of RGB (Red+Green+Blue) = 98+85+90=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555A is #9DAAA5. Grayscale: #595959. Windows color (decimal): -10332838 or 5920098. OLE color: 5920098.

HSL color Cylindrical-coordinate representation of color #62555A: hue angle of 336.92º 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 #62555A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB988590-
CMYK00.130.080.62
HSL336.92º7.1%35.88%-
HSV(B)336.92º13.27%38.43%-
XYZ10.139.8311.04-
YUV89.46128.31134.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=35.90%
G=31.14%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859000.130.080.62336.927.135.88
Hex62555A0D83E151724
Octal1421251320151076521744
Binary110001010101011011010011011000111110101010001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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