Shades of Clay Creek #867C5E
Tints of Clay Creek #867C5E
RGB
CMYK
RGB Variations
Color information
#867C5E (or 0x867C5E) is known color: Clay Creek. HEX triplet: 86, 7C and 5E. RGB value is (134,124,94). Sum of RGB (Red+Green+Blue) = 134+124+94=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C5E is #7983A1. Grayscale: #7B7B7B. Windows color (decimal): -7963554 or 6192262. OLE color: 6192262.
HSL color Cylindrical-coordinate representation of color #867C5E: hue angle of 45º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867C5E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 94 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.47 |
| HSL | 45º | 0.18% | 0.45% | - |
| HSV(B) | 45º | 0.3% | 0.53% | - |
| XYZ | 19.06 | 20.29 | 13.5 | - |
| YUV | 123.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 94 | 0 | 0.07 | 0.30 | 0.47 | 45 | 0.18 | 0.45 |
| Hex | 86 | 7C | 5E | 0 | 7 | 1E | 2F | 2D | 12 | 2D |
| Octal | 206 | 174 | 136 | 0 | 7 | 36 | 57 | 55 | 22 | 55 |
| Binary | 10000110 | 1111100 | 1011110 | 0 | 111 | 11110 | 101111 | 101101 | 10010 | 101101 |
Color Harmonies of #867C5E
Complementary color
Monochromatic Colors of #867C5E
Black with #867C5E
Text Example
Text Example
White with #867C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C5E; }
p { color: rgb(134,124,94); }
H1.HeaderClassName
{
color: #867C5E;
}
.AnyTagClassName
{
color: #867C5E;
}
</style>
background-color css
<style>
a { background-color: #867C5E; }
a { background-color: rgb(134,124,94); }
div.DivClassName
{
background-color: #867C5E;
}
.BgClassName
{
background-color: #867C5E;
}
</style>
border-color css
<style>
span { border-color: #867C5E; }
span { border-color: rgb(134,124,94); }
td.TdClassName
{
border-color: #867C5E;
}
.TagClassName
{
border-color: #867C5E;
}
</style>