Html Css Color HEX #61474F Finn

📋 copy color: '#61474F'

red 97 ◦ green 71 ◦ blue 79

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

Shades of Finn #61474F

Tints of Finn #61474F

RGB

 RED value IS 97 (38.28% from 255) = 39.27%

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 39.27%
G = 28.74%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61474F (or 0x61474F) is known color: Finn. HEX triplet: 61, 47 and 4F. RGB value is (97,71,79). Sum of RGB (Red+Green+Blue) = 97+71+79=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #61474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61474F is #9EB8B0. Grayscale: #4F4F4F. Windows color (decimal): -10401969 or 5195617. OLE color: 5195617.

HSL color Cylindrical-coordinate representation of color #61474F: hue angle of 341.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61474F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 79 -
CMYK 0 0.27 0.19 0.62
HSL 341.54º 0.15% 0.33% -
HSV(B) 341.54º 0.27% 0.38% -
XYZ 8.59 7.61 8.41 -
YUV 79.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 97 71 79 0 0.27 0.19 0.62 341.54 0.15 0.33
Hex 61 47 4F 0 1B 13 3E 156 F 21
Octal 141 107 117 0 33 23 76 526 17 41
Binary 1100001 1000111 1001111 0 11011 10011 111110 101010110 1111 100001

Color Harmonies of #61474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61474F

Black with #61474F

Text Example


Text Example

White with #61474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,71,79); }

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

background-color css

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

 a { background-color: rgb(97,71,79); }

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

border-color css

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

 span { border-color: rgb(97,71,79); }

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