#605161

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

Shades of Fedora #605161

Tints of Fedora #605161

Color information

#605161 (or 0x605161) is unknown color: approx Fedora. HEX triplet: 60, 51 and 61. RGB value is (96,81,97). Sum of RGB (Red+Green+Blue) = 96+81+97=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #605161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605161 is #9FAE9E. Grayscale: #575757. Windows color (decimal): -10464927 or 6377824. OLE color: 6377824.

HSL color Cylindrical-coordinate representation of color #605161: hue angle of 296.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #605161 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB968197-
CMYK0.010.1600.62
HSL296.25º8.99%34.9%-
HSV(B)296.25º16.49%38.04%-
XYZ9.929.2312.57-
YUV87.31133.47134.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=35.04%
G=29.56%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9681970.010.1600.62296.258.9934.9
Hex60516111003E128923
Octal1401211411200764501143
Binary11000001010001110000111000001111101001010001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605161; }

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

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

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

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

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

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

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

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