In the RGB color space, #626040 is composed of 38.4314% red, 37.6471% green, and 25.098% blue.
In the CMYK color space, #626040 is composed of 0% cyan, 2.03% magenta, 34.69% yellow, and 61.57% black,
It has a hue angle of 56.5 degrees, a saturation of 20.98%, and a lightness of 31.77%.
The closest websafe color is #666633.
The hexadecimal color #626040 has RGB values of R:98, G:96, B:64 and CMYK values of C:0, M:2.03, Y:34.69, K:61.57. It has a decimal value of 6447168.
Hexadecimal | #626040 | #626040 |
RGB Decimal | 98, 96, 64 | rgb(98, 96, 64) |
RGB Percent | 38.4314, 37.6471, 25.098 | rgb(38.4314%, 37.6471%, 25.098%) |
RGB Proportion | 0.3843, 0.3765, 0.251 | rgb(0.3843, 0.3765, 0.251) |
CMYK | 0, 2.03, 34.69, 61.57 | |
HSL | 56.5ยบ, 20.98, 31.77 | hsl(56.5, 20.98%, 31.77%) |
Websafe | 666633 | #666633 |
XYZ | 10.146, 11.334, 6.504 | |
Yxy | 11.334, 0.363, 0.405 | |
CIE-LAB | 40.137, -4.786, 18.607 | |
CIE-LCH | 40.137, 19.213, 104.425 | |
CIE-LUV | 40.137, 2.827, 22.197 | |
Hunter-Lab | 33.666, -5.121, 12.112 |
Colors that go well with #626040.
Common HTML and CSS shortcodes for #626040.
<div style="color: #626040;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #626040;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #626040;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #626040 to transparent.
<div style="background: linear-gradient(#626040, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #626040 to transparent.
<div style="background: radial-gradient(#626040, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #626040 to #9D9FBF.
<div style="background: linear-gradient(#626040, #9D9FBF);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #626040 to #9D9FBF.
<div style="background: radial-gradient(#626040, #9D9FBF);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #626040; }
.background { background-color: #626040; }
.border { border: 1px solid #626040; }
.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 #020201 while the lightest tint is #FCFCFC.