#654C64

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

Shades of Fedora #654C64

Tints of Fedora #654C64

Color information

#654C64 (or 0x654C64) is unknown color: approx Fedora. HEX triplet: 65, 4C and 64. RGB value is (101,76,100). Sum of RGB (Red+Green+Blue) = 101+76+100=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #654C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C64 is #9AB39B. Grayscale: #565656. Windows color (decimal): -10138524 or 6573157. OLE color: 6573157.

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

Color convert

RGB10176100-
CMYK00.250.010.60
HSL302.4º14.12%34.71%-
HSV(B)302.4º24.75%39.61%-
XYZ10.258.8613.23-
YUV86.21135.78138.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=36.46%
G=27.44%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1017610000.250.010.60302.414.1234.71
Hex654C6401913C12ee23
Octal1451141440311744561643
Binary11001011001100110010001100111111001001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654C64; }

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

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

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

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

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

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

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

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