#645566

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

Shades of Fedora #645566

Tints of Fedora #645566

Color information

#645566 (or 0x645566) is unknown color: approx Fedora. HEX triplet: 64, 55 and 66. RGB value is (100,85,102). Sum of RGB (Red+Green+Blue) = 100+85+102=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #645566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645566 is #9BAA99. Grayscale: #5B5B5B. Windows color (decimal): -10201754 or 6706532. OLE color: 6706532.

HSL color Cylindrical-coordinate representation of color #645566: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645566 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10085102-
CMYK0.020.1700.6
HSL292.94º9.09%36.67%-
HSV(B)292.94º16.67%40%-
XYZ10.910.1713.96-
YUV91.42133.97134.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=34.84%
G=29.62%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100851020.020.1700.6292.949.0936.67
Hex64556621103C125925
Octal1441251462210744451145
Binary110010010101011100110101000101111001001001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645566; }

 p { color: rgb(100,85,102); }

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

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

 a { background-color: rgb(100,85,102); }

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

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

 span { border-color: rgb(100,85,102); }

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