#615861

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

Shades of Fedora #615861

Tints of Fedora #615861

Color information

#615861 (or 0x615861) is unknown color: approx Fedora. HEX triplet: 61, 58 and 61. RGB value is (97,88,97). Sum of RGB (Red+Green+Blue) = 97+88+97=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615861 is #9EA79E. Grayscale: #5B5B5B. Windows color (decimal): -10397599 or 6379617. OLE color: 6379617.

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

Color convert

RGB978897-
CMYK00.0900.62
HSL300º4.86%36.27%-
HSV(B)300º9.28%38.04%-
XYZ10.5810.3812.76-
YUV91.72130.98131.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=34.40%
G=31.21%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97889700.0900.623004.8636.27
Hex6158610903E12c524
Octal141130141011076454544
Binary110000110110001100001010010111110100101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615861; }

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

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

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

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

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

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

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

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