#615C62

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

Shades of Fedora #615C62

Tints of Fedora #615C62

Color information

#615C62 (or 0x615C62) is unknown color: approx Fedora. HEX triplet: 61, 5C and 62. RGB value is (97,92,98). Sum of RGB (Red+Green+Blue) = 97+92+98=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 98 - color contains mainly: blue. Hex color #615C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C62 is #9EA39D. Grayscale: #5E5E5E. Windows color (decimal): -10396574 or 6446177. OLE color: 6446177.

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

Color convert

RGB979298-
CMYK0.010.0600.62
HSL290º3.16%37.25%-
HSV(B)290º6.12%38.43%-
XYZ10.9611.0813.12-
YUV94.18130.16130.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=33.80%
G=32.06%
B=34.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9792980.010.0600.622903.1637.25
Hex615C621603E122325
Octal14113414216076442345
Binary1100001101110011000101110011111010010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615C62; }

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

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

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

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

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

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

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

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