Shades of Clay Creek #867C4E
Tints of Clay Creek #867C4E
RGB
CMYK
RGB Variations
Color information
#867C4E (or 0x867C4E) is known color: Clay Creek. HEX triplet: 86, 7C and 4E. RGB value is (134,124,78). Sum of RGB (Red+Green+Blue) = 134+124+78=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #867C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C4E is #7983B1. Grayscale: #797979. Windows color (decimal): -7963570 or 5143686. OLE color: 5143686.
HSL color Cylindrical-coordinate representation of color #867C4E: hue angle of 49.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867C4E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 78 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.47 |
| HSL | 49.29º | 0.26% | 0.42% | - |
| HSV(B) | 49.29º | 0.42% | 0.53% | - |
| XYZ | 18.41 | 20.03 | 10.1 | - |
| YUV | 121.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 78 | 0 | 0.07 | 0.42 | 0.47 | 49.29 | 0.26 | 0.42 |
| Hex | 86 | 7C | 4E | 0 | 7 | 2A | 2F | 31 | 1A | 2A |
| Octal | 206 | 174 | 116 | 0 | 7 | 52 | 57 | 61 | 32 | 52 |
| Binary | 10000110 | 1111100 | 1001110 | 0 | 111 | 101010 | 101111 | 110001 | 11010 | 101010 |
Color Harmonies of #867C4E
Complementary color
Monochromatic Colors of #867C4E
Black with #867C4E
Text Example
Text Example
White with #867C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C4E; }
p { color: rgb(134,124,78); }
H1.HeaderClassName
{
color: #867C4E;
}
.AnyTagClassName
{
color: #867C4E;
}
</style>
background-color css
<style>
a { background-color: #867C4E; }
a { background-color: rgb(134,124,78); }
div.DivClassName
{
background-color: #867C4E;
}
.BgClassName
{
background-color: #867C4E;
}
</style>
border-color css
<style>
span { border-color: #867C4E; }
span { border-color: rgb(134,124,78); }
td.TdClassName
{
border-color: #867C4E;
}
.TagClassName
{
border-color: #867C4E;
}
</style>