#61516A

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

Shades of Fedora #61516A

Tints of Fedora #61516A

Color information

#61516A (or 0x61516A) is unknown color: approx Fedora. HEX triplet: 61, 51 and 6A. RGB value is (97,81,106). Sum of RGB (Red+Green+Blue) = 97+81+106=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #61516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61516A is #9EAE95. Grayscale: #585858. Windows color (decimal): -10399382 or 6967649. OLE color: 6967649.

HSL color Cylindrical-coordinate representation of color #61516A: hue angle of 278.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61516A is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9781106-
CMYK0.080.2400.58
HSL278.4º13.37%36.67%-
HSV(B)278.4º23.58%41.57%-
XYZ10.479.4714.91-
YUV88.63137.8133.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=34.15%
G=28.52%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97811060.080.2400.58278.413.3736.67
Hex61516A81803A116d25
Octal14112115210300724261545
Binary11000011010001110101010001100001110101000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61516A; }

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

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

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

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

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

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

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

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