#624F5A

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

Shades of Finn #624F5A

Tints of Finn #624F5A

Color information

#624F5A (or 0x624F5A) is unknown color: approx Finn. HEX triplet: 62, 4F and 5A. RGB value is (98,79,90). Sum of RGB (Red+Green+Blue) = 98+79+90=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5A is #9DB0A5. Grayscale: #555555. Windows color (decimal): -10334374 or 5918562. OLE color: 5918562.

HSL color Cylindrical-coordinate representation of color #624F5A: hue angle of 325.26º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F5A is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB987990-
CMYK00.190.080.62
HSL325.26º10.73%34.71%-
HSV(B)325.26º19.39%38.43%-
XYZ9.688.9310.89-
YUV85.94130.29136.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=36.70%
G=29.59%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98799000.190.080.62325.2610.7334.71
Hex624F5A01383E145b23
Octal14211713202310765051343
Binary11000101001111101101001001110001111101010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F5A; }

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

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

<style>
 a { background-color: #624F5A; }

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

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

<style>
 span { border-color: #624F5A; }

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

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