#656366

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

Shades of Fedora #656366

Tints of Fedora #656366

Color information

#656366 (or 0x656366) is unknown color: approx Fedora. HEX triplet: 65, 63 and 66. RGB value is (101,99,102). Sum of RGB (Red+Green+Blue) = 101+99+102=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 102 - color contains mainly: blue. Hex color #656366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656366 is #9A9C99. Grayscale: #636363. Windows color (decimal): -10132634 or 6710117. OLE color: 6710117.

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

Color convert

RGB10199102-
CMYK0.010.0300.6
HSL280º1.49%39.41%-
HSV(B)280º2.94%40%-
XYZ12.2312.6514.37-
YUV99.94129.16128.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=33.44%
G=32.78%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101991020.010.0300.62801.4939.41
Hex6563661303C118127
Octal14514314613074430147
Binary11001011100011110011011101111001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656366; }

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

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

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

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

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

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

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

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