#615961

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

Shades of Fedora #615961

Tints of Fedora #615961

Color information

#615961 (or 0x615961) is unknown color: approx Fedora. HEX triplet: 61, 59 and 61. RGB value is (97,89,97). Sum of RGB (Red+Green+Blue) = 97+89+97=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615961 is #9EA69E. Grayscale: #5C5C5C. Windows color (decimal): -10397343 or 6379873. OLE color: 6379873.

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

Color convert

RGB978997-
CMYK00.0800.62
HSL300º4.3%36.47%-
HSV(B)300º8.25%38.04%-
XYZ10.6610.5512.78-
YUV92.3130.65131.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=34.28%
G=31.45%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97899700.0800.623004.336.47
Hex6159610803E12c424
Octal141131141010076454444
Binary110000110110011100001010000111110100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615961; }

 p { color: rgb(97,89,97); }

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

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

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

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

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

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

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