mostly black
Enter any color value (e.g., #ed3e2f, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#616161 color RGB value is (97,97,97)
#616161 color CMYK value
#616161 color HSL value
HSV(or HSB) | 0° | 0 | 38 |
XYZ | 11.362 | 11.954 | 13.018 |
Yxy | 0.313 | 0.329 | 11.954 |
LAB | 41.143 | 0.003 | -0.005 |
LUV | 41.143 | 0 | -0.007 |
Hunter-LAB | 34.574 | -1.845 | 1.878 |
CIE-LCH | 41.143 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 61 | 61 | 61 |
Decimal | 97 | 97 | 97 |
Octal | 141 | 141 | 141 |
Binary | 01100001 | 01100001 | 01100001 |
This text has a font color of #616161.
<span style="color:#616161">Text here</span>
This paragraph has a background color of #616161.
<p style="background-color:#616161;">Content here</p>
This element has a border color of #616161.
<div style="border:1px #616161;">Content here</div>
.text {color:#616161;}
.background {background-color:#616161;}
.border {border:1px solid #616161;}
.text-shadow {border:1px solid #616161;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f6f6f6 is the lightest one.