#654D69

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

Shades of Fedora #654D69

Tints of Fedora #654D69

Color information

#654D69 (or 0x654D69) is unknown color: approx Fedora. HEX triplet: 65, 4D and 69. RGB value is (101,77,105). Sum of RGB (Red+Green+Blue) = 101+77+105=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #654D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D69 is #9AB296. Grayscale: #575757. Windows color (decimal): -10138263 or 6901093. OLE color: 6901093.

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

Color convert

RGB10177105-
CMYK0.040.2700.59
HSL291.43º15.38%35.69%-
HSV(B)291.43º26.67%41.18%-
XYZ10.579.0914.56-
YUV87.37137.95137.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=35.69%
G=27.21%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101771050.040.2700.59291.4315.3835.69
Hex654D6941B03B123f24
Octal1451151514330734431744
Binary1100101100110111010011001101101110111001000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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