#624452

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

Shades of Finn #624452

Tints of Finn #624452

Color information

#624452 (or 0x624452) is unknown color: approx Finn. HEX triplet: 62, 44 and 52. RGB value is (98,68,82). Sum of RGB (Red+Green+Blue) = 98+68+82=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #624452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624452 is #9DBBAD. Grayscale: #4E4E4E. Windows color (decimal): -10337198 or 5391458. OLE color: 5391458.

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

Color convert

RGB986882-
CMYK00.310.160.62
HSL332º18.07%32.55%-
HSV(B)332º30.61%38.43%-
XYZ8.637.348.94-
YUV78.57129.94141.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=39.52%
G=27.42%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98688200.310.160.6233218.0732.55
Hex62445201F103E14c1221
Octal14210412203720765142241
Binary1100010100010010100100111111000011111010100110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624452; }

 p { color: rgb(98,68,82); }

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

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

 a { background-color: rgb(98,68,82); }

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

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

 span { border-color: rgb(98,68,82); }

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