#605D61

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

Shades of Fedora #605D61

Tints of Fedora #605D61

Color information

#605D61 (or 0x605D61) is unknown color: approx Fedora. HEX triplet: 60, 5D and 61. RGB value is (96,93,97). Sum of RGB (Red+Green+Blue) = 96+93+97=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 97 - color contains mainly: blue. Hex color #605D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D61 is #9FA29E. Grayscale: #5E5E5E. Windows color (decimal): -10461855 or 6380896. OLE color: 6380896.

HSL color Cylindrical-coordinate representation of color #605D61: hue angle of 285º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605D61 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB969397-
CMYK0.010.0400.62
HSL285º2.11%37.25%-
HSV(B)285º4.12%38.04%-
XYZ10.911.1812.89-
YUV94.35129.49129.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=33.57%
G=32.52%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9693970.010.0400.622852.1137.25
Hex605D611403E11d225
Octal14013514114076435245
Binary1100000101110111000011100011111010001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,97); }

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

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

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

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

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

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

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