#624255

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

Shades of Finn #624255

Tints of Finn #624255

Color information

#624255 (or 0x624255) is unknown color: approx Finn. HEX triplet: 62, 42 and 55. RGB value is (98,66,85). Sum of RGB (Red+Green+Blue) = 98+66+85=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #624255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624255 is #9DBDAA. Grayscale: #4D4D4D. Windows color (decimal): -10337707 or 5587554. OLE color: 5587554.

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

Color convert

RGB986685-
CMYK00.330.130.62
HSL324.38º19.51%32.16%-
HSV(B)324.38º32.65%38.43%-
XYZ8.627.159.52-
YUV77.73132.1142.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=39.36%
G=26.51%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98668500.330.130.62324.3819.5132.16
Hex624255021D3E1441420
Octal14210212504115765042440
Binary1100010100001010101010100001110111111010100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624255; }

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

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

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

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

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

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

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

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