Html Css Color HEX #615561 Fedora

📋 copy color: '#615561'

red 97 ◦ green 85 ◦ blue 97

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

Shades of Fedora #615561

Tints of Fedora #615561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 34.77%
G = 30.47%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615561 (or 0x615561) is known color: Fedora. HEX triplet: 61, 55 and 61. RGB value is (97,85,97). Sum of RGB (Red+Green+Blue) = 97+85+97=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615561 is #9EAA9E. Grayscale: #595959. Windows color (decimal): -10398367 or 6378849. OLE color: 6378849.

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

Color convert

RGB 97 85 97 -
CMYK 0 0.12 0 0.62
HSL 300º 0.07% 0.36% -
HSV(B) 300º 0.12% 0.38% -
XYZ 10.34 9.9 12.68 -
YUV 89.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 97 85 97 0 0.12 0 0.62 300 0.07 0.36
Hex 61 55 61 0 C 0 3E 12C 7 24
Octal 141 125 141 0 14 0 76 454 7 44
Binary 1100001 1010101 1100001 0 1100 0 111110 100101100 111 100100

Color Harmonies of #615561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615561

Black with #615561

Text Example


Text Example

White with #615561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615561; }

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

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

background-color css

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

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

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

border-color css

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

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

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