Html Css Color HEX #615961 Fedora

📋 copy color: '#615961'

red 97 ◦ green 89 ◦ blue 97

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

Shades of Fedora #615961

Tints of Fedora #615961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

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

R = 34.28%
G = 31.45%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615961 (or 0x615961) is known color: Fedora. HEX triplet: 61, 59 and 61. RGB value is (97,89,97). Sum of RGB (Red+Green+Blue) = 97+89+97=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615961 is #9EA69E. Grayscale: #5C5C5C. Windows color (decimal): -10397343 or 6379873. OLE color: 6379873.

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

Color convert

RGB 97 89 97 -
CMYK 0 0.08 0 0.62
HSL 300º 0.04% 0.36% -
HSV(B) 300º 0.08% 0.38% -
XYZ 10.66 10.55 12.78 -
YUV 92.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 97 89 97 0 0.08 0 0.62 300 0.04 0.36
Hex 61 59 61 0 8 0 3E 12C 4 24
Octal 141 131 141 0 10 0 76 454 4 44
Binary 1100001 1011001 1100001 0 1000 0 111110 100101100 100 100100

Color Harmonies of #615961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615961

Black with #615961

Text Example


Text Example

White with #615961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615961; }

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

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

background-color css

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

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

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

border-color css

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

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

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