Html Css Color HEX #62424E Finn

📋 copy color: '#62424E'

red 98 ◦ green 66 ◦ blue 78

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

Shades of Finn #62424E

Tints of Finn #62424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 40.5%
G = 27.27%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62424E (or 0x62424E) is known color: Finn. HEX triplet: 62, 42 and 4E. RGB value is (98,66,78). Sum of RGB (Red+Green+Blue) = 98+66+78=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62424E is #9DBDB1. Grayscale: #4C4C4C. Windows color (decimal): -10337714 or 5128802. OLE color: 5128802.

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

Color convert

RGB 98 66 78 -
CMYK 0 0.33 0.20 0.62
HSL 337.5º 0.2% 0.32% -
HSV(B) 337.5º 0.33% 0.38% -
XYZ 8.36 7.04 8.13 -
YUV 76.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 98 66 78 0 0.33 0.20 0.62 337.5 0.2 0.32
Hex 62 42 4E 0 21 14 3E 152 14 20
Octal 142 102 116 0 41 24 76 522 24 40
Binary 1100010 1000010 1001110 0 100001 10100 111110 101010010 10100 100000

Color Harmonies of #62424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62424E

Black with #62424E

Text Example


Text Example

White with #62424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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