Shades of Clay Creek #867E5B
Tints of Clay Creek #867E5B
RGB
CMYK
RGB Variations
Color information
#867E5B (or 0x867E5B) is known color: Clay Creek. HEX triplet: 86, 7E and 5B. RGB value is (134,126,91). Sum of RGB (Red+Green+Blue) = 134+126+91=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5B is #7981A4. Grayscale: #7C7C7C. Windows color (decimal): -7963045 or 5996166. OLE color: 5996166.
HSL color Cylindrical-coordinate representation of color #867E5B: hue angle of 48.84º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867E5B is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 91 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.47 |
| HSL | 48.84º | 0.19% | 0.44% | - |
| HSV(B) | 48.84º | 0.32% | 0.53% | - |
| XYZ | 19.18 | 20.75 | 12.89 | - |
| YUV | 124.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 91 | 0 | 0.06 | 0.32 | 0.47 | 48.84 | 0.19 | 0.44 |
| Hex | 86 | 7E | 5B | 0 | 6 | 20 | 2F | 31 | 13 | 2C |
| Octal | 206 | 176 | 133 | 0 | 6 | 40 | 57 | 61 | 23 | 54 |
| Binary | 10000110 | 1111110 | 1011011 | 0 | 110 | 100000 | 101111 | 110001 | 10011 | 101100 |
Color Harmonies of #867E5B
Complementary color
Monochromatic Colors of #867E5B
Black with #867E5B
Text Example
Text Example
White with #867E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E5B; }
p { color: rgb(134,126,91); }
H1.HeaderClassName
{
color: #867E5B;
}
.AnyTagClassName
{
color: #867E5B;
}
</style>
background-color css
<style>
a { background-color: #867E5B; }
a { background-color: rgb(134,126,91); }
div.DivClassName
{
background-color: #867E5B;
}
.BgClassName
{
background-color: #867E5B;
}
</style>
border-color css
<style>
span { border-color: #867E5B; }
span { border-color: rgb(134,126,91); }
td.TdClassName
{
border-color: #867E5B;
}
.TagClassName
{
border-color: #867E5B;
}
</style>