#655E68

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

Shades of Fedora #655E68

Tints of Fedora #655E68

Color information

#655E68 (or 0x655E68) is unknown color: approx Fedora. HEX triplet: 65, 5E and 68. RGB value is (101,94,104). Sum of RGB (Red+Green+Blue) = 101+94+104=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: blue. Hex color #655E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E68 is #9AA197. Grayscale: #616161. Windows color (decimal): -10133912 or 6839909. OLE color: 6839909.

HSL color Cylindrical-coordinate representation of color #655E68: hue angle of 282º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655E68 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10194104-
CMYK0.030.1000.59
HSL282º5.05%38.82%-
HSV(B)282º9.62%40.78%-
XYZ11.8711.7714.74-
YUV97.23131.82130.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=33.78%
G=31.44%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101941040.030.1000.592825.0538.82
Hex655E683A03B11a527
Octal145136150312073432547
Binary1100101101111011010001110100111011100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E68; }

 p { color: rgb(101,94,104); }

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

<style>
 a { background-color: #655E68; }

 a { background-color: rgb(101,94,104); }

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

<style>
 span { border-color: #655E68; }

 span { border-color: rgb(101,94,104); }

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