#654F6E

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

Shades of Fedora #654F6E

Tints of Fedora #654F6E

Color information

#654F6E (or 0x654F6E) is unknown color: approx Fedora. HEX triplet: 65, 4F and 6E. RGB value is (101,79,110). Sum of RGB (Red+Green+Blue) = 101+79+110=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #654F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F6E is #9AB091. Grayscale: #595959. Windows color (decimal): -10137746 or 7229285. OLE color: 7229285.

HSL color Cylindrical-coordinate representation of color #654F6E: hue angle of 282.58º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #654F6E is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10179110-
CMYK0.080.2800.57
HSL282.58º16.4%37.06%-
HSV(B)282.58º28.18%43.14%-
XYZ10.989.4816-
YUV89.11139.79136.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=34.83%
G=27.24%
B=37.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101791100.080.2800.57282.5816.437.06
Hex654F6E81C03911b1025
Octal14511715610340714332045
Binary110010110011111101110100011100011100110001101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,79,110); }

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

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

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

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

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

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

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