#605A60

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

Shades of Fedora #605A60

Tints of Fedora #605A60

Color information

#605A60 (or 0x605A60) is unknown color: approx Fedora. HEX triplet: 60, 5A and 60. RGB value is (96,90,96). Sum of RGB (Red+Green+Blue) = 96+90+96=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A60 is #9FA59F. Grayscale: #5C5C5C. Windows color (decimal): -10462624 or 6314592. OLE color: 6314592.

HSL color Cylindrical-coordinate representation of color #605A60: hue angle of 300º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605A60 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB969096-
CMYK00.0600.62
HSL300º3.23%36.47%-
HSV(B)300º6.25%37.65%-
XYZ10.5910.6412.56-
YUV92.48129.99130.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=34.04%
G=31.91%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96909600.0600.623003.2336.47
Hex605A600603E12c324
Octal14013214006076454344
Binary1100000101101011000000110011111010010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A60; }

 p { color: rgb(96,90,96); }

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

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

 a { background-color: rgb(96,90,96); }

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

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

 span { border-color: rgb(96,90,96); }

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