Html Css Color HEX #62424F Finn

📋 copy color: '#62424F'

red 98 ◦ green 66 ◦ blue 79

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

Shades of Finn #62424F

Tints of Finn #62424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 40.33%
G = 27.16%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62424F (or 0x62424F) is known color: Finn. HEX triplet: 62, 42 and 4F. RGB value is (98,66,79). Sum of RGB (Red+Green+Blue) = 98+66+79=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62424F is #9DBDB0. Grayscale: #4D4D4D. Windows color (decimal): -10337713 or 5194338. OLE color: 5194338.

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

Color convert

RGB 98 66 79 -
CMYK 0 0.33 0.19 0.62
HSL 335.63º 0.2% 0.32% -
HSV(B) 335.63º 0.33% 0.38% -
XYZ 8.4 7.06 8.32 -
YUV 77.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 98 66 79 0 0.33 0.19 0.62 335.63 0.2 0.32
Hex 62 42 4F 0 21 13 3E 150 14 20
Octal 142 102 117 0 41 23 76 520 24 40
Binary 1100010 1000010 1001111 0 100001 10011 111110 101010000 10100 100000

Color Harmonies of #62424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62424F

Black with #62424F

Text Example


Text Example

White with #62424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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