In the RGB color space, #634A31 is composed of 38.8235% red, 29.0196% green, and 19.2157% blue.
In the CMYK color space, #634A31 is composed of 0% cyan, 25.24% magenta, 50.49% yellow, and 61.18% black,
It has a hue angle of 30.0 degrees, a saturation of 33.77%, and a lightness of 29.02%.
The closest websafe color is #663333.
The hexadecimal color #634A31 has RGB values of R:99, G:74, B:49 and CMYK values of C:0, M:25.24, Y:50.49, K:61.18. It has a decimal value of 6507057.
Hexadecimal | #634A31 | #634A31 |
RGB Decimal | 99, 74, 49 | rgb(99, 74, 49) |
RGB Percent | 38.8235, 29.0196, 19.2157 | rgb(38.8235%, 29.0196%, 19.2157%) |
RGB Proportion | 0.3882, 0.2902, 0.1922 | rgb(0.3882, 0.2902, 0.1922) |
CMYK | 0, 25.24, 50.49, 61.18 | |
HSL | 30.0ยบ, 33.77, 29.02 | hsl(30.0, 33.77%, 29.02%) |
Websafe | 663333 | #663333 |
XYZ | 8.148, 7.772, 3.978 | |
Yxy | 7.772, 0.409, 0.391 | |
CIE-LAB | 33.503, 7.089, 18.987 | |
CIE-LCH | 33.503, 20.267, 69.526 | |
CIE-LUV | 33.503, 17.703, 18.944 | |
Hunter-Lab | 27.878, 3.383, 11.055 |
Colors that go well with #634A31.
Common HTML and CSS shortcodes for #634A31.
<div style="color: #634A31;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #634A31;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #634A31;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #634A31 to transparent.
<div style="background: linear-gradient(#634A31, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #634A31 to transparent.
<div style="background: radial-gradient(#634A31, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #634A31 to #9CB5CE.
<div style="background: linear-gradient(#634A31, #9CB5CE);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #634A31 to #9CB5CE.
<div style="background: radial-gradient(#634A31, #9CB5CE);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #634A31; }
.background { background-color: #634A31; }
.border { border: 1px solid #634A31; }
.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.