Html Css Color HEX #615A61 Fedora

📋 copy color: '#615A61'

red 97 ◦ green 90 ◦ blue 97

#615A61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #615A61

Tints of Fedora #615A61

RGB

 RED value IS 97 (38.28% from 255) = 34.15%

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 34.15%
G = 31.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615A61 (or 0x615A61) is known color: Fedora. HEX triplet: 61, 5A and 61. RGB value is (97,90,97). Sum of RGB (Red+Green+Blue) = 97+90+97=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A61 is #9EA59E. Grayscale: #5C5C5C. Windows color (decimal): -10397087 or 6380129. OLE color: 6380129.

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

Color convert

RGB 97 90 97 -
CMYK 0 0.07 0 0.62
HSL 300º 0.04% 0.37% -
HSV(B) 300º 0.07% 0.38% -
XYZ 10.74 10.72 12.81 -
YUV 92.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 97 90 97 0 0.07 0 0.62 300 0.04 0.37
Hex 61 5A 61 0 7 0 3E 12C 4 25
Octal 141 132 141 0 7 0 76 454 4 45
Binary 1100001 1011010 1100001 0 111 0 111110 100101100 100 100101

Color Harmonies of #615A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A61

Black with #615A61

Text Example


Text Example

White with #615A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615A61;
 }
 .AnyTagClassName
 {
   color: #615A61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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