Html Css Color HEX #625056 Finn

📋 copy color: '#625056'

red 98 ◦ green 80 ◦ blue 86

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

Shades of Finn #625056

Tints of Finn #625056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 37.12%
G = 30.3%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#625056 (or 0x625056) is known color: Finn. HEX triplet: 62, 50 and 56. RGB value is (98,80,86). Sum of RGB (Red+Green+Blue) = 98+80+86=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #625056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625056 is #9DAFA9. Grayscale: #565656. Windows color (decimal): -10334122 or 5656674. OLE color: 5656674.

HSL color Cylindrical-coordinate representation of color #625056: hue angle of 340º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625056 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 86 -
CMYK 0 0.18 0.12 0.62
HSL 340º 0.1% 0.35% -
HSV(B) 340º 0.18% 0.38% -
XYZ 9.59 9.01 10.04 -
YUV 86.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 98 80 86 0 0.18 0.12 0.62 340 0.1 0.35
Hex 62 50 56 0 12 C 3E 154 A 23
Octal 142 120 126 0 22 14 76 524 12 43
Binary 1100010 1010000 1010110 0 10010 1100 111110 101010100 1010 100011

Color Harmonies of #625056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625056

Black with #625056

Text Example


Text Example

White with #625056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625056; }

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

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

background-color css

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

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

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

border-color css

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

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

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