#654E6E

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

Shades of Fedora #654E6E

Tints of Fedora #654E6E

Color information

#654E6E (or 0x654E6E) is unknown color: approx Fedora. HEX triplet: 65, 4E and 6E. RGB value is (101,78,110). Sum of RGB (Red+Green+Blue) = 101+78+110=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #654E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E6E is #9AB191. Grayscale: #585858. Windows color (decimal): -10138002 or 7229029. OLE color: 7229029.

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

Color convert

RGB10178110-
CMYK0.080.2900.57
HSL283.12º17.02%36.86%-
HSV(B)283.12º29.09%43.14%-
XYZ10.919.3415.98-
YUV88.52140.12136.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=34.95%
G=26.99%
B=38.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101781100.080.2900.57283.1217.0236.86
Hex654E6E81D03911b1125
Octal14511615610350714332145
Binary110010110011101101110100011101011100110001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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