#624050

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

Shades of Finn #624050

Tints of Finn #624050

Color information

#624050 (or 0x624050) is unknown color: approx Finn. HEX triplet: 62, 40 and 50. RGB value is (98,64,80). Sum of RGB (Red+Green+Blue) = 98+64+80=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #624050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624050 is #9DBFAF. Grayscale: #4B4B4B. Windows color (decimal): -10338224 or 5259362. OLE color: 5259362.

HSL color Cylindrical-coordinate representation of color #624050: hue angle of 331.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #624050 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB986480-
CMYK00.350.180.62
HSL331.76º20.99%31.76%-
HSV(B)331.76º34.69%38.43%-
XYZ8.326.848.47-
YUV75.99130.26143.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=40.50%
G=26.45%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98648000.350.180.62331.7620.9931.76
Hex624050023123E14c1520
Octal14210012004322765142540
Binary11000101000000101000001000111001011111010100110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624050; }

 p { color: rgb(98,64,80); }

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

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

 a { background-color: rgb(98,64,80); }

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

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

 span { border-color: rgb(98,64,80); }

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