#623A50

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

Shades of Finn #623A50

Tints of Finn #623A50

Color information

#623A50 (or 0x623A50) is unknown color: approx Finn. HEX triplet: 62, 3A and 50. RGB value is (98,58,80). Sum of RGB (Red+Green+Blue) = 98+58+80=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #623A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623A50 is #9DC5AF. Grayscale: #484848. Windows color (decimal): -10339760 or 5257826. OLE color: 5257826.

HSL color Cylindrical-coordinate representation of color #623A50: hue angle of 327º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #623A50 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB985880-
CMYK00.410.180.62
HSL327º25.64%30.59%-
HSV(B)327º40.82%38.43%-
XYZ86.28.36-
YUV72.47132.25146.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=41.53%
G=24.58%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98588000.410.180.6232725.6430.59
Hex623A50029123E1471a1f
Octal1427212005122765073237
Binary110001011101010100000101001100101111101010001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623A50; }

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

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

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

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

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

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

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

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