#654D6B

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

Shades of Fedora #654D6B

Tints of Fedora #654D6B

Color information

#654D6B (or 0x654D6B) is unknown color: approx Fedora. HEX triplet: 65, 4D and 6B. RGB value is (101,77,107). Sum of RGB (Red+Green+Blue) = 101+77+107=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #654D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D6B is #9AB294. Grayscale: #575757. Windows color (decimal): -10138261 or 7032165. OLE color: 7032165.

HSL color Cylindrical-coordinate representation of color #654D6B: hue angle of 288º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #654D6B is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10177107-
CMYK0.060.2800.58
HSL288º16.3%36.08%-
HSV(B)288º28.04%41.96%-
XYZ10.679.1415.11-
YUV87.6138.95137.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=35.44%
G=27.02%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101771070.060.2800.5828816.336.08
Hex654D6B61C03A1201024
Octal1451151536340724402044
Binary11001011001101110101111011100011101010010000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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