#615361

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

Shades of Fedora #615361

Tints of Fedora #615361

Color information

#615361 (or 0x615361) is unknown color: approx Fedora. HEX triplet: 61, 53 and 61. RGB value is (97,83,97). Sum of RGB (Red+Green+Blue) = 97+83+97=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615361 is #9EAC9E. Grayscale: #585858. Windows color (decimal): -10398879 or 6378337. OLE color: 6378337.

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

Color convert

RGB978397-
CMYK00.1400.62
HSL300º7.78%35.29%-
HSV(B)300º14.43%38.04%-
XYZ10.189.5912.62-
YUV88.78132.64133.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=35.02%
G=29.96%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97839700.1400.623007.7835.29
Hex6153610E03E12c823
Octal1411231410160764541043
Binary1100001101001111000010111001111101001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615361; }

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

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

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

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

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

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

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

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