Html Css Color HEX #624450 Finn

📋 copy color: '#624450'

red 98 ◦ green 68 ◦ blue 80

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

Shades of Finn #624450

Tints of Finn #624450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 39.84%
G = 27.64%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#624450 (or 0x624450) is known color: Finn. HEX triplet: 62, 44 and 50. RGB value is (98,68,80). Sum of RGB (Red+Green+Blue) = 98+68+80=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #624450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624450 is #9DBBAF. Grayscale: #4E4E4E. Windows color (decimal): -10337200 or 5260386. OLE color: 5260386.

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

Color convert

RGB 98 68 80 -
CMYK 0 0.31 0.18 0.62
HSL 336º 0.18% 0.33% -
HSV(B) 336º 0.31% 0.38% -
XYZ 8.55 7.31 8.55 -
YUV 78.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 98 68 80 0 0.31 0.18 0.62 336 0.18 0.33
Hex 62 44 50 0 1F 12 3E 150 12 21
Octal 142 104 120 0 37 22 76 520 22 41
Binary 1100010 1000100 1010000 0 11111 10010 111110 101010000 10010 100001

Color Harmonies of #624450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624450

Black with #624450

Text Example


Text Example

White with #624450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624450; }

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

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

background-color css

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

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

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

border-color css

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

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

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