#624254

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

Shades of Finn #624254

Tints of Finn #624254

Color information

#624254 (or 0x624254) is unknown color: approx Finn. HEX triplet: 62, 42 and 54. RGB value is (98,66,84). Sum of RGB (Red+Green+Blue) = 98+66+84=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #624254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624254 is #9DBDAB. Grayscale: #4D4D4D. Windows color (decimal): -10337708 or 5522018. OLE color: 5522018.

HSL color Cylindrical-coordinate representation of color #624254: hue angle of 326.25º 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 #624254 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB986684-
CMYK00.330.140.62
HSL326.25º19.51%32.16%-
HSV(B)326.25º32.65%38.43%-
XYZ8.597.139.31-
YUV77.62131.6142.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=39.52%
G=26.61%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98668400.330.140.62326.2519.5132.16
Hex624254021E3E1461420
Octal14210212404116765062440
Binary1100010100001010101000100001111011111010100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624254; }

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

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

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

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

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

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

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

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