#645F66

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

Shades of Fedora #645F66

Tints of Fedora #645F66

Color information

#645F66 (or 0x645F66) is unknown color: approx Fedora. HEX triplet: 64, 5F and 66. RGB value is (100,95,102). Sum of RGB (Red+Green+Blue) = 100+95+102=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 102 - color contains mainly: blue. Hex color #645F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F66 is #9BA099. Grayscale: #616161. Windows color (decimal): -10199194 or 6709092. OLE color: 6709092.

HSL color Cylindrical-coordinate representation of color #645F66: hue angle of 282.86º 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 #645F66 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10095102-
CMYK0.020.0700.6
HSL282.86º3.55%38.63%-
HSV(B)282.86º6.86%40%-
XYZ11.7511.8514.24-
YUV97.29130.66129.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=33.67%
G=31.99%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100951020.020.0700.6282.863.5538.63
Hex645F662703C11b427
Octal14413714627074433447
Binary110010010111111100110101110111100100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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