Shades of Clay Creek #867C51
Tints of Clay Creek #867C51
RGB
CMYK
RGB Variations
Color information
#867C51 (or 0x867C51) is known color: Clay Creek. HEX triplet: 86, 7C and 51. RGB value is (134,124,81). Sum of RGB (Red+Green+Blue) = 134+124+81=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #867C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C51 is #7983AE. Grayscale: #7A7A7A. Windows color (decimal): -7963567 or 5340294. OLE color: 5340294.
HSL color Cylindrical-coordinate representation of color #867C51: hue angle of 48.68º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867C51 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 81 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.47 |
| HSL | 48.68º | 0.25% | 0.42% | - |
| HSV(B) | 48.68º | 0.4% | 0.53% | - |
| XYZ | 18.52 | 20.08 | 10.68 | - |
| YUV | 122.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 81 | 0 | 0.07 | 0.40 | 0.47 | 48.68 | 0.25 | 0.42 |
| Hex | 86 | 7C | 51 | 0 | 7 | 28 | 2F | 31 | 19 | 2A |
| Octal | 206 | 174 | 121 | 0 | 7 | 50 | 57 | 61 | 31 | 52 |
| Binary | 10000110 | 1111100 | 1010001 | 0 | 111 | 101000 | 101111 | 110001 | 11001 | 101010 |
Color Harmonies of #867C51
Complementary color
Monochromatic Colors of #867C51
Black with #867C51
Text Example
Text Example
White with #867C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C51; }
p { color: rgb(134,124,81); }
H1.HeaderClassName
{
color: #867C51;
}
.AnyTagClassName
{
color: #867C51;
}
</style>
background-color css
<style>
a { background-color: #867C51; }
a { background-color: rgb(134,124,81); }
div.DivClassName
{
background-color: #867C51;
}
.BgClassName
{
background-color: #867C51;
}
</style>
border-color css
<style>
span { border-color: #867C51; }
span { border-color: rgb(134,124,81); }
td.TdClassName
{
border-color: #867C51;
}
.TagClassName
{
border-color: #867C51;
}
</style>