#655F66

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

Shades of Fedora #655F66

Tints of Fedora #655F66

Color information

#655F66 (or 0x655F66) is unknown color: approx Fedora. HEX triplet: 65, 5F and 66. RGB value is (101,95,102). Sum of RGB (Red+Green+Blue) = 101+95+102=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 102 - color contains mainly: blue. Hex color #655F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F66 is #9AA099. Grayscale: #616161. Windows color (decimal): -10133658 or 6709093. OLE color: 6709093.

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

Color convert

RGB10195102-
CMYK0.010.0700.6
HSL291.43º3.55%38.63%-
HSV(B)291.43º6.86%40%-
XYZ11.8611.9114.24-
YUV97.59130.49130.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=33.89%
G=31.88%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101951020.010.0700.6291.433.5538.63
Hex655F661703C123427
Octal14513714617074443447
Binary11001011011111110011011110111100100100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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