In the RGB color space, #6E664B is composed of 43.1373% red, 40% green, and 29.4118% blue.
In the CMYK color space, #6E664B is composed of 0% cyan, 7.28% magenta, 31.83% yellow, and 56.86% black,
It has a hue angle of 46.3 degrees, a saturation of 18.92%, and a lightness of 36.27%.
The closest websafe color is #666633.
The hexadecimal color #6E664B has RGB values of R:110, G:102, B:75 and CMYK values of C:0, M:7.28, Y:31.83, K:56.86. It has a decimal value of 7235147.
Hexadecimal | #6E664B | #6E664B |
RGB Decimal | 110, 102, 75 | rgb(110, 102, 75) |
RGB Percent | 43.1373, 40, 29.4118 | rgb(43.1373%, 40%, 29.4118%) |
RGB Proportion | 0.4314, 0.4, 0.2941 | rgb(0.4314, 0.4, 0.2941) |
CMYK | 0, 7.28, 31.83, 56.86 | |
HSL | 46.3ยบ, 18.92, 36.27 | hsl(46.3, 18.92%, 36.27%) |
Websafe | 666633 | #666633 |
XYZ | 12.452, 13.326, 8.572 | |
Yxy | 13.326, 0.363, 0.388 | |
CIE-LAB | 43.25, -1.446, 16.438 | |
CIE-LCH | 43.25, 16.501, 95.027 | |
CIE-LUV | 43.25, 6.402, 19.94 | |
Hunter-Lab | 36.505, -2.996, 11.631 |
Colors that go well with #6E664B.
Common HTML and CSS shortcodes for #6E664B.
<div style="color: #6E664B;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #6E664B;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #6E664B;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #6E664B to transparent.
<div style="background: linear-gradient(#6E664B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #6E664B to transparent.
<div style="background: radial-gradient(#6E664B, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #6E664B to #9199B4.
<div style="background: linear-gradient(#6E664B, #9199B4);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #6E664B to #9199B4.
<div style="background: radial-gradient(#6E664B, #9199B4);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #6E664B; }
.background { background-color: #6E664B; }
.border { border: 1px solid #6E664B; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020202 while the lightest tint is #FCFCFC.