#66516E

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

Shades of Fedora #66516E

Tints of Fedora #66516E

Color information

#66516E (or 0x66516E) is unknown color: approx Fedora. HEX triplet: 66, 51 and 6E. RGB value is (102,81,110). Sum of RGB (Red+Green+Blue) = 102+81+110=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #66516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66516E is #99AE91. Grayscale: #5A5A5A. Windows color (decimal): -10071698 or 7229798. OLE color: 7229798.

HSL color Cylindrical-coordinate representation of color #66516E: hue angle of 283.45º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66516E is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10281110-
CMYK0.070.2600.57
HSL283.45º15.18%37.45%-
HSV(B)283.45º26.36%43.14%-
XYZ11.249.8416.06-
YUV90.58138.96136.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=34.81%
G=27.65%
B=37.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102811100.070.2600.57283.4515.1837.45
Hex66516E71A03911bf25
Octal1461211567320714331745
Binary1100110101000111011101111101001110011000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66516E; }

 p { color: rgb(102,81,110); }

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

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

 a { background-color: rgb(102,81,110); }

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

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

 span { border-color: rgb(102,81,110); }

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