#65516C

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

Shades of Fedora #65516C

Tints of Fedora #65516C

Color information

#65516C (or 0x65516C) is unknown color: approx Fedora. HEX triplet: 65, 51 and 6C. RGB value is (101,81,108). Sum of RGB (Red+Green+Blue) = 101+81+108=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #65516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65516C is #9AAE93. Grayscale: #595959. Windows color (decimal): -10137236 or 7098725. OLE color: 7098725.

HSL color Cylindrical-coordinate representation of color #65516C: hue angle of 284.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65516C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10181108-
CMYK0.060.2500.58
HSL284.44º14.29%37.06%-
HSV(B)284.44º25%42.35%-
XYZ11.029.7315.49-
YUV90.06138.13135.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=34.83%
G=27.93%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101811080.060.2500.58284.4414.2937.06
Hex65516C61903A11ce25
Octal1451211546310724341645
Binary1100101101000111011001101100101110101000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65516C; }

 p { color: rgb(101,81,108); }

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

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

 a { background-color: rgb(101,81,108); }

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

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

 span { border-color: rgb(101,81,108); }

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