#644D65

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

Shades of Fedora #644D65

Tints of Fedora #644D65

Color information

#644D65 (or 0x644D65) is unknown color: approx Fedora. HEX triplet: 64, 4D and 65. RGB value is (100,77,101). Sum of RGB (Red+Green+Blue) = 100+77+101=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #644D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D65 is #9BB29A. Grayscale: #565656. Windows color (decimal): -10203803 or 6638948. OLE color: 6638948.

HSL color Cylindrical-coordinate representation of color #644D65: hue angle of 297.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #644D65 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10077101-
CMYK0.010.2400.60
HSL297.5º13.48%34.9%-
HSV(B)297.5º23.76%39.61%-
XYZ10.268.9613.5-
YUV86.61136.12137.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=35.97%
G=27.70%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100771010.010.2400.60297.513.4834.9
Hex644D6511803C12ad23
Octal1441151451300744521543
Binary11001001001101110010111100001111001001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644D65; }

 p { color: rgb(100,77,101); }

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

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

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

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

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

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

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