#615461

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

Shades of Fedora #615461

Tints of Fedora #615461

Color information

#615461 (or 0x615461) is unknown color: approx Fedora. HEX triplet: 61, 54 and 61. RGB value is (97,84,97). Sum of RGB (Red+Green+Blue) = 97+84+97=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615461 is #9EAB9E. Grayscale: #595959. Windows color (decimal): -10398623 or 6378593. OLE color: 6378593.

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

Color convert

RGB978497-
CMYK00.1300.62
HSL300º7.18%35.49%-
HSV(B)300º13.4%38.04%-
XYZ10.269.7512.65-
YUV89.37132.31133.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=34.89%
G=30.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97849700.1300.623007.1835.49
Hex6154610D03E12c723
Octal141124141015076454743
Binary110000110101001100001011010111110100101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615461; }

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

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

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

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

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

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

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

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