#644965

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

Shades of Fedora #644965

Tints of Fedora #644965

Color information

#644965 (or 0x644965) is unknown color: approx Fedora. HEX triplet: 64, 49 and 65. RGB value is (100,73,101). Sum of RGB (Red+Green+Blue) = 100+73+101=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #644965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644965 is #9BB69A. Grayscale: #545454. Windows color (decimal): -10204827 or 6637924. OLE color: 6637924.

HSL color Cylindrical-coordinate representation of color #644965: hue angle of 297.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644965 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10073101-
CMYK0.010.2800.60
HSL297.86º16.09%34.12%-
HSV(B)297.86º27.72%39.61%-
XYZ9.998.4113.41-
YUV84.26137.45139.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=36.50%
G=26.64%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100731010.010.2800.60297.8616.0934.12
Hex64496511C03C12a1022
Octal1441111451340744522042
Binary110010010010011100101111100011110010010101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644965; }

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

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

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

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

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

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

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

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