Html Css Color HEX #614E65 Fedora

📋 copy color: '#614E65'

red 97 ◦ green 78 ◦ blue 101

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

Shades of Fedora #614E65

Tints of Fedora #614E65

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 35.14%
G = 28.26%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614E65 (or 0x614E65) is known color: Fedora. HEX triplet: 61, 4E and 65. RGB value is (97,78,101). Sum of RGB (Red+Green+Blue) = 97+78+101=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #614E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E65 is #9EB19A. Grayscale: #565656. Windows color (decimal): -10400155 or 6639201. OLE color: 6639201.

HSL color Cylindrical-coordinate representation of color #614E65: hue angle of 289.57º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614E65 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 78 101 -
CMYK 0.04 0.23 0 0.60
HSL 289.57º 0.13% 0.35% -
HSV(B) 289.57º 0.23% 0.4% -
XYZ 10 8.93 13.51 -
YUV 86.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 97 78 101 0.04 0.23 0 0.60 289.57 0.13 0.35
Hex 61 4E 65 4 17 0 3C 122 D 23
Octal 141 116 145 4 27 0 74 442 15 43
Binary 1100001 1001110 1100101 100 10111 0 111100 100100010 1101 100011

Color Harmonies of #614E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E65

Black with #614E65

Text Example


Text Example

White with #614E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,101); }

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

background-color css

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

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

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

border-color css

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

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

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