#645567

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

Shades of Fedora #645567

Tints of Fedora #645567

Color information

#645567 (or 0x645567) is unknown color: approx Fedora. HEX triplet: 64, 55 and 67. RGB value is (100,85,103). Sum of RGB (Red+Green+Blue) = 100+85+103=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #645567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645567 is #9BAA98. Grayscale: #5B5B5B. Windows color (decimal): -10201753 or 6772068. OLE color: 6772068.

HSL color Cylindrical-coordinate representation of color #645567: hue angle of 290º degrees, saturation: 0.1, 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 #645567 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10085103-
CMYK0.030.1700.60
HSL290º9.57%36.86%-
HSV(B)290º17.48%40.39%-
XYZ10.9510.1914.22-
YUV91.54134.47134.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=34.72%
G=29.51%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100851030.030.1700.602909.5736.86
Hex64556731103C122a25
Octal1441251473210744421245
Binary110010010101011100111111000101111001001000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645567; }

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

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

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

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

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

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

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

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