#645965

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

Shades of Fedora #645965

Tints of Fedora #645965

Color information

#645965 (or 0x645965) is unknown color: approx Fedora. HEX triplet: 64, 59 and 65. RGB value is (100,89,101). Sum of RGB (Red+Green+Blue) = 100+89+101=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 101 - color contains mainly: blue. Hex color #645965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645965 is #9BA69A. Grayscale: #5D5D5D. Windows color (decimal): -10200731 or 6642020. OLE color: 6642020.

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

Color convert

RGB10089101-
CMYK0.010.1200.60
HSL295º6.32%37.25%-
HSV(B)295º11.88%39.61%-
XYZ11.1810.7913.81-
YUV93.66132.14132.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=34.48%
G=30.69%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100891010.010.1200.602956.3237.25
Hex6459651C03C127625
Octal144131145114074447645
Binary110010010110011100101111000111100100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645965; }

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

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

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

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

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

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

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

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