#645E66

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

Shades of Fedora #645E66

Tints of Fedora #645E66

Color information

#645E66 (or 0x645E66) is unknown color: approx Fedora. HEX triplet: 64, 5E and 66. RGB value is (100,94,102). Sum of RGB (Red+Green+Blue) = 100+94+102=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 102 - color contains mainly: blue. Hex color #645E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E66 is #9BA199. Grayscale: #606060. Windows color (decimal): -10199450 or 6708836. OLE color: 6708836.

HSL color Cylindrical-coordinate representation of color #645E66: hue angle of 285º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #645E66 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10094102-
CMYK0.020.0800.6
HSL285º4.08%38.43%-
HSV(B)285º7.84%40%-
XYZ11.6611.6714.21-
YUV96.71130.99130.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=33.78%
G=31.76%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100941020.020.0800.62854.0838.43
Hex645E662803C11d426
Octal144136146210074435446
Binary1100100101111011001101010000111100100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645E66; }

 p { color: rgb(100,94,102); }

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

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

 a { background-color: rgb(100,94,102); }

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

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

 span { border-color: rgb(100,94,102); }

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