Shades of Clay Creek #867C58
Tints of Clay Creek #867C58
RGB
CMYK
RGB Variations
Color information
#867C58 (or 0x867C58) is known color: Clay Creek. HEX triplet: 86, 7C and 58. RGB value is (134,124,88). Sum of RGB (Red+Green+Blue) = 134+124+88=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C58 is #7983A7. Grayscale: #7B7B7B. Windows color (decimal): -7963560 or 5799046. OLE color: 5799046.
HSL color Cylindrical-coordinate representation of color #867C58: hue angle of 46.96º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867C58 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 88 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.47 |
| HSL | 46.96º | 0.21% | 0.44% | - |
| HSV(B) | 46.96º | 0.34% | 0.53% | - |
| XYZ | 18.8 | 20.19 | 12.14 | - |
| YUV | 122.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 88 | 0 | 0.07 | 0.34 | 0.47 | 46.96 | 0.21 | 0.44 |
| Hex | 86 | 7C | 58 | 0 | 7 | 22 | 2F | 2F | 15 | 2C |
| Octal | 206 | 174 | 130 | 0 | 7 | 42 | 57 | 57 | 25 | 54 |
| Binary | 10000110 | 1111100 | 1011000 | 0 | 111 | 100010 | 101111 | 101111 | 10101 | 101100 |
Color Harmonies of #867C58
Complementary color
Monochromatic Colors of #867C58
Black with #867C58
Text Example
Text Example
White with #867C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C58; }
p { color: rgb(134,124,88); }
H1.HeaderClassName
{
color: #867C58;
}
.AnyTagClassName
{
color: #867C58;
}
</style>
background-color css
<style>
a { background-color: #867C58; }
a { background-color: rgb(134,124,88); }
div.DivClassName
{
background-color: #867C58;
}
.BgClassName
{
background-color: #867C58;
}
</style>
border-color css
<style>
span { border-color: #867C58; }
span { border-color: rgb(134,124,88); }
td.TdClassName
{
border-color: #867C58;
}
.TagClassName
{
border-color: #867C58;
}
</style>