Html Css Color HEX #615761 Fedora

📋 copy color: '#615761'

red 97 ◦ green 87 ◦ blue 97

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

Shades of Fedora #615761

Tints of Fedora #615761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 34.52%
G = 30.96%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615761 (or 0x615761) is known color: Fedora. HEX triplet: 61, 57 and 61. RGB value is (97,87,97). Sum of RGB (Red+Green+Blue) = 97+87+97=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615761 is #9EA89E. Grayscale: #5B5B5B. Windows color (decimal): -10397855 or 6379361. OLE color: 6379361.

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

Color convert

RGB 97 87 97 -
CMYK 0 0.10 0 0.62
HSL 300º 0.05% 0.36% -
HSV(B) 300º 0.1% 0.38% -
XYZ 10.5 10.22 12.73 -
YUV 91.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 97 87 97 0 0.10 0 0.62 300 0.05 0.36
Hex 61 57 61 0 A 0 3E 12C 5 24
Octal 141 127 141 0 12 0 76 454 5 44
Binary 1100001 1010111 1100001 0 1010 0 111110 100101100 101 100100

Color Harmonies of #615761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615761

Black with #615761

Text Example


Text Example

White with #615761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615761; }

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

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

background-color css

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

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

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

border-color css

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

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

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