#615962

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

Shades of Fedora #615962

Tints of Fedora #615962

Color information

#615962 (or 0x615962) is unknown color: approx Fedora. HEX triplet: 61, 59 and 62. RGB value is (97,89,98). Sum of RGB (Red+Green+Blue) = 97+89+98=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 98 - color contains mainly: blue. Hex color #615962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615962 is #9EA69D. Grayscale: #5C5C5C. Windows color (decimal): -10397342 or 6445409. OLE color: 6445409.

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

Color convert

RGB978998-
CMYK0.010.0900.62
HSL293.33º4.81%36.67%-
HSV(B)293.33º9.18%38.43%-
XYZ10.7110.5713.03-
YUV92.42131.15131.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=34.15%
G=31.34%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9789980.010.0900.62293.334.8136.67
Hex6159621903E125525
Octal141131142111076445545
Binary110000110110011100010110010111110100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615962; }

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

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

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

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

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

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

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

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