#644B65

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

Shades of Fedora #644B65

Tints of Fedora #644B65

Color information

#644B65 (or 0x644B65) is unknown color: approx Fedora. HEX triplet: 64, 4B and 65. RGB value is (100,75,101). Sum of RGB (Red+Green+Blue) = 100+75+101=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #644B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B65 is #9BB49A. Grayscale: #555555. Windows color (decimal): -10204315 or 6638436. OLE color: 6638436.

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

Color convert

RGB10075101-
CMYK0.010.2600.60
HSL297.69º14.77%34.51%-
HSV(B)297.69º25.74%39.61%-
XYZ10.128.6813.45-
YUV85.44136.78138.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=36.23%
G=27.17%
B=36.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100751010.010.2600.60297.6914.7734.51
Hex644B6511A03C12af23
Octal1441131451320744521743
Binary11001001001011110010111101001111001001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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