Html Css Color HEX #61404F Finn

📋 copy color: '#61404F'

red 97 ◦ green 64 ◦ blue 79

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

Shades of Finn #61404F

Tints of Finn #61404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 40.42%
G = 26.67%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61404F (or 0x61404F) is known color: Finn. HEX triplet: 61, 40 and 4F. RGB value is (97,64,79). Sum of RGB (Red+Green+Blue) = 97+64+79=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61404F is #9EBFB0. Grayscale: #4B4B4B. Windows color (decimal): -10403761 or 5193825. OLE color: 5193825.

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

Color convert

RGB 97 64 79 -
CMYK 0 0.34 0.19 0.62
HSL 332.73º 0.2% 0.32% -
HSV(B) 332.73º 0.34% 0.38% -
XYZ 8.17 6.77 8.27 -
YUV 75.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 97 64 79 0 0.34 0.19 0.62 332.73 0.2 0.32
Hex 61 40 4F 0 22 13 3E 14D 14 20
Octal 141 100 117 0 42 23 76 515 24 40
Binary 1100001 1000000 1001111 0 100010 10011 111110 101001101 10100 100000

Color Harmonies of #61404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61404F

Black with #61404F

Text Example


Text Example

White with #61404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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