Html Css Color HEX #614D61 Fedora

📋 copy color: '#614D61'

red 97 ◦ green 77 ◦ blue 97

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

Shades of Fedora #614D61

Tints of Fedora #614D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 97 (38.28% from 255) = 35.79%

R = 35.79%
G = 28.41%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614D61 (or 0x614D61) is known color: Fedora. HEX triplet: 61, 4D and 61. RGB value is (97,77,97). Sum of RGB (Red+Green+Blue) = 97+77+97=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D61 is #9EB29E. Grayscale: #555555. Windows color (decimal): -10400415 or 6376801. OLE color: 6376801.

HSL color Cylindrical-coordinate representation of color #614D61: hue angle of 300º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D61 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 97 -
CMYK 0 0.21 0 0.62
HSL 300º 0.11% 0.34% -
HSV(B) 300º 0.21% 0.38% -
XYZ 9.74 8.71 12.48 -
YUV 85.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 97 77 97 0 0.21 0 0.62 300 0.11 0.34
Hex 61 4D 61 0 15 0 3E 12C B 22
Octal 141 115 141 0 25 0 76 454 13 42
Binary 1100001 1001101 1100001 0 10101 0 111110 100101100 1011 100010

Color Harmonies of #614D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D61

Black with #614D61

Text Example


Text Example

White with #614D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D61; }

 p { color: rgb(97,77,97); }

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

background-color css

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

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

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

border-color css

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

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

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