#64596A

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

Shades of Fedora #64596A

Tints of Fedora #64596A

Color information

#64596A (or 0x64596A) is unknown color: approx Fedora. HEX triplet: 64, 59 and 6A. RGB value is (100,89,106). Sum of RGB (Red+Green+Blue) = 100+89+106=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #64596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64596A is #9BA695. Grayscale: #5E5E5E. Windows color (decimal): -10200726 or 6969700. OLE color: 6969700.

HSL color Cylindrical-coordinate representation of color #64596A: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #64596A is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10089106-
CMYK0.060.1600.58
HSL278.82º8.72%38.24%-
HSV(B)278.82º16.04%41.57%-
XYZ11.4310.8915.14-
YUV94.23134.64132.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=33.90%
G=30.17%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100891060.060.1600.58278.828.7238.24
Hex64596A61003A117926
Octal1441311526200724271146
Binary1100100101100111010101101000001110101000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64596A; }

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

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

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

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

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

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

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

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