#654D68

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

Shades of Fedora #654D68

Tints of Fedora #654D68

Color information

#654D68 (or 0x654D68) is unknown color: approx Fedora. HEX triplet: 65, 4D and 68. RGB value is (101,77,104). Sum of RGB (Red+Green+Blue) = 101+77+104=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #654D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D68 is #9AB297. Grayscale: #575757. Windows color (decimal): -10138264 or 6835557. OLE color: 6835557.

HSL color Cylindrical-coordinate representation of color #654D68: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #654D68 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10177104-
CMYK0.030.2600.59
HSL293.33º14.92%35.49%-
HSV(B)293.33º25.96%40.78%-
XYZ10.529.0714.29-
YUV87.25137.45137.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=35.82%
G=27.30%
B=36.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101771040.030.2600.59293.3314.9235.49
Hex654D6831A03B125f23
Octal1451151503320734451743
Binary110010110011011101000111101001110111001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,104); }

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

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

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

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

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

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

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