#654E65

Color #654E65 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #654E65

Tints of Fedora #654E65

Color information

#654E65 (or 0x654E65) is unknown color: approx Fedora. HEX triplet: 65, 4E and 65. RGB value is (101,78,101). Sum of RGB (Red+Green+Blue) = 101+78+101=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E65 is #9AB19A. Grayscale: #575757. Windows color (decimal): -10138011 or 6639205. OLE color: 6639205.

HSL color Cylindrical-coordinate representation of color #654E65: hue angle of 300º 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 #654E65 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10178101-
CMYK00.2300.60
HSL300º12.85%35.1%-
HSV(B)300º22.77%39.61%-
XYZ10.449.1613.53-
YUV87.5135.62137.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=36.07%
G=27.86%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1017810100.2300.6030012.8535.1
Hex654E6501703C12cd23
Octal1451161450270744541543
Binary11001011001110110010101011101111001001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #654E65;
 }
 .AnyTagClassName
 {
   color: #654E65;
 }
</style>
background-color css

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

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

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

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

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

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