Html Css Color HEX #624F5A Finn

📋 copy color: '#624F5A'

red 98 ◦ green 79 ◦ blue 90

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

Shades of Finn #624F5A

Tints of Finn #624F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 36.7%
G = 29.59%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#624F5A (or 0x624F5A) is known color: Finn. HEX triplet: 62, 4F and 5A. RGB value is (98,79,90). Sum of RGB (Red+Green+Blue) = 98+79+90=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5A is #9DB0A5. Grayscale: #555555. Windows color (decimal): -10334374 or 5918562. OLE color: 5918562.

HSL color Cylindrical-coordinate representation of color #624F5A: hue angle of 325.26º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F5A is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 79 90 -
CMYK 0 0.19 0.08 0.62
HSL 325.26º 0.11% 0.35% -
HSV(B) 325.26º 0.19% 0.38% -
XYZ 9.68 8.93 10.89 -
YUV 85.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 98 79 90 0 0.19 0.08 0.62 325.26 0.11 0.35
Hex 62 4F 5A 0 13 8 3E 145 B 23
Octal 142 117 132 0 23 10 76 505 13 43
Binary 1100010 1001111 1011010 0 10011 1000 111110 101000101 1011 100011

Color Harmonies of #624F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624F5A

Black with #624F5A

Text Example


Text Example

White with #624F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,79,90); }

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

background-color css

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

 a { background-color: rgb(98,79,90); }

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

border-color css

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

 span { border-color: rgb(98,79,90); }

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