#655B66

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

Shades of Fedora #655B66

Tints of Fedora #655B66

Color information

#655B66 (or 0x655B66) is unknown color: approx Fedora. HEX triplet: 65, 5B and 66. RGB value is (101,91,102). Sum of RGB (Red+Green+Blue) = 101+91+102=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 102 - color contains mainly: blue. Hex color #655B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B66 is #9AA499. Grayscale: #5F5F5F. Windows color (decimal): -10134682 or 6708069. OLE color: 6708069.

HSL color Cylindrical-coordinate representation of color #655B66: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655B66 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10191102-
CMYK0.010.1100.6
HSL294.55º5.7%37.84%-
HSV(B)294.55º10.78%40%-
XYZ11.5111.2114.13-
YUV95.24131.81132.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=34.35%
G=30.95%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101911020.010.1100.6294.555.737.84
Hex655B661B03C127626
Octal145133146113074447646
Binary110010110110111100110110110111100100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,102); }

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

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

 a { background-color: rgb(101,91,102); }

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

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

 span { border-color: rgb(101,91,102); }

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