#645564

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

Shades of Fedora #645564

Tints of Fedora #645564

Color information

#645564 (or 0x645564) is unknown color: approx Fedora. HEX triplet: 64, 55 and 64. RGB value is (100,85,100). Sum of RGB (Red+Green+Blue) = 100+85+100=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645564 is #9BAA9B. Grayscale: #5B5B5B. Windows color (decimal): -10201756 or 6575460. OLE color: 6575460.

HSL color Cylindrical-coordinate representation of color #645564: hue angle of 300º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645564 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB10085100-
CMYK00.1500.61
HSL300º8.11%36.27%-
HSV(B)300º15%39.22%-
XYZ10.810.1313.44-
YUV91.2132.97134.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1008510000.1500.613008.1136.27
Hex6455640F03D12c824
Octal1441251440170754541044
Binary1100100101010111001000111101111011001011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645564; }

 p { color: rgb(100,85,100); }

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

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

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

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

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

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

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