#654E6D

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

Shades of Fedora #654E6D

Tints of Fedora #654E6D

Color information

#654E6D (or 0x654E6D) is unknown color: approx Fedora. HEX triplet: 65, 4E and 6D. RGB value is (101,78,109). Sum of RGB (Red+Green+Blue) = 101+78+109=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #654E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E6D is #9AB192. Grayscale: #585858. Windows color (decimal): -10138003 or 7163493. OLE color: 7163493.

HSL color Cylindrical-coordinate representation of color #654E6D: hue angle of 284.52º degrees, saturation: 0.17, 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 #654E6D is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10178109-
CMYK0.070.2800.57
HSL284.52º16.58%36.67%-
HSV(B)284.52º28.44%42.75%-
XYZ10.859.3215.69-
YUV88.41139.62136.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=35.07%
G=27.08%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101781090.070.2800.57284.5216.5836.67
Hex654E6D71C03911d1125
Octal1451161557340714352145
Binary11001011001110110110111111100011100110001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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