Shades of Clay Creek #867D57
Tints of Clay Creek #867D57
RGB
CMYK
RGB Variations
Color information
#867D57 (or 0x867D57) is known color: Clay Creek. HEX triplet: 86, 7D and 57. RGB value is (134,125,87). Sum of RGB (Red+Green+Blue) = 134+125+87=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D57 is #7982A8. Grayscale: #7B7B7B. Windows color (decimal): -7963305 or 5733766. OLE color: 5733766.
HSL color Cylindrical-coordinate representation of color #867D57: hue angle of 48.51º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867D57 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 87 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.47 |
| HSL | 48.51º | 0.21% | 0.43% | - |
| HSV(B) | 48.51º | 0.35% | 0.53% | - |
| XYZ | 18.89 | 20.42 | 11.96 | - |
| YUV | 123.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 87 | 0 | 0.07 | 0.35 | 0.47 | 48.51 | 0.21 | 0.43 |
| Hex | 86 | 7D | 57 | 0 | 7 | 23 | 2F | 31 | 15 | 2B |
| Octal | 206 | 175 | 127 | 0 | 7 | 43 | 57 | 61 | 25 | 53 |
| Binary | 10000110 | 1111101 | 1010111 | 0 | 111 | 100011 | 101111 | 110001 | 10101 | 101011 |
Color Harmonies of #867D57
Complementary color
Monochromatic Colors of #867D57
Black with #867D57
Text Example
Text Example
White with #867D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D57; }
p { color: rgb(134,125,87); }
H1.HeaderClassName
{
color: #867D57;
}
.AnyTagClassName
{
color: #867D57;
}
</style>
background-color css
<style>
a { background-color: #867D57; }
a { background-color: rgb(134,125,87); }
div.DivClassName
{
background-color: #867D57;
}
.BgClassName
{
background-color: #867D57;
}
</style>
border-color css
<style>
span { border-color: #867D57; }
span { border-color: rgb(134,125,87); }
td.TdClassName
{
border-color: #867D57;
}
.TagClassName
{
border-color: #867D57;
}
</style>