Shades of Clay Creek #867D47
Tints of Clay Creek #867D47
RGB
CMYK
RGB Variations
Color information
#867D47 (or 0x867D47) is known color: Clay Creek. HEX triplet: 86, 7D and 47. RGB value is (134,125,71). Sum of RGB (Red+Green+Blue) = 134+125+71=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #867D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D47 is #7982B8. Grayscale: #797979. Windows color (decimal): -7963321 or 4685190. OLE color: 4685190.
HSL color Cylindrical-coordinate representation of color #867D47: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867D47 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 71 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.47 |
| HSL | 51.43º | 0.31% | 0.4% | - |
| HSV(B) | 51.43º | 0.47% | 0.53% | - |
| XYZ | 18.3 | 20.19 | 8.89 | - |
| YUV | 121.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 71 | 0 | 0.07 | 0.47 | 0.47 | 51.43 | 0.31 | 0.4 |
| Hex | 86 | 7D | 47 | 0 | 7 | 2F | 2F | 33 | 1F | 28 |
| Octal | 206 | 175 | 107 | 0 | 7 | 57 | 57 | 63 | 37 | 50 |
| Binary | 10000110 | 1111101 | 1000111 | 0 | 111 | 101111 | 101111 | 110011 | 11111 | 101000 |
Color Harmonies of #867D47
Complementary color
Monochromatic Colors of #867D47
Black with #867D47
Text Example
Text Example
White with #867D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D47; }
p { color: rgb(134,125,71); }
H1.HeaderClassName
{
color: #867D47;
}
.AnyTagClassName
{
color: #867D47;
}
</style>
background-color css
<style>
a { background-color: #867D47; }
a { background-color: rgb(134,125,71); }
div.DivClassName
{
background-color: #867D47;
}
.BgClassName
{
background-color: #867D47;
}
</style>
border-color css
<style>
span { border-color: #867D47; }
span { border-color: rgb(134,125,71); }
td.TdClassName
{
border-color: #867D47;
}
.TagClassName
{
border-color: #867D47;
}
</style>