Html Css Color HEX #624A55 Finn

📋 copy color: '#624A55'

red 98 ◦ green 74 ◦ blue 85

#624A55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #624A55

Tints of Finn #624A55

RGB

 RED value IS 98 (38.67% from 255) = 38.13%

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 38.13%
G = 28.79%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#624A55 (or 0x624A55) is known color: Finn. HEX triplet: 62, 4A and 55. RGB value is (98,74,85). Sum of RGB (Red+Green+Blue) = 98+74+85=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #624A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A55 is #9DB5AA. Grayscale: #525252. Windows color (decimal): -10335659 or 5589602. OLE color: 5589602.

HSL color Cylindrical-coordinate representation of color #624A55: hue angle of 332.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A55 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 74 85 -
CMYK 0 0.24 0.13 0.62
HSL 332.5º 0.14% 0.34% -
HSV(B) 332.5º 0.24% 0.38% -
XYZ 9.13 8.15 9.69 -
YUV 82.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 98 74 85 0 0.24 0.13 0.62 332.5 0.14 0.34
Hex 62 4A 55 0 18 D 3E 14C E 22
Octal 142 112 125 0 30 15 76 514 16 42
Binary 1100010 1001010 1010101 0 11000 1101 111110 101001100 1110 100010

Color Harmonies of #624A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624A55

Black with #624A55

Text Example


Text Example

White with #624A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624A55; }

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

 H1.HeaderClassName
 {
   color: #624A55;
 }
 .AnyTagClassName
 {
   color: #624A55;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #624A55;
 }
 .BgClassName
 {
   background-color: #624A55;
 }
</style>

border-color css

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

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

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