Shades of Clay Creek #867E5D
Tints of Clay Creek #867E5D
RGB
CMYK
RGB Variations
Color information
#867E5D (or 0x867E5D) is known color: Clay Creek. HEX triplet: 86, 7E and 5D. RGB value is (134,126,93). Sum of RGB (Red+Green+Blue) = 134+126+93=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5D is #7981A2. Grayscale: #7C7C7C. Windows color (decimal): -7963043 or 6127238. OLE color: 6127238.
HSL color Cylindrical-coordinate representation of color #867E5D: hue angle of 48.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #867E5D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 93 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.47 |
| HSL | 48.29º | 0.18% | 0.45% | - |
| HSV(B) | 48.29º | 0.31% | 0.53% | - |
| XYZ | 19.27 | 20.78 | 13.35 | - |
| YUV | 124.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 93 | 0 | 0.06 | 0.31 | 0.47 | 48.29 | 0.18 | 0.45 |
| Hex | 86 | 7E | 5D | 0 | 6 | 1F | 2F | 30 | 12 | 2D |
| Octal | 206 | 176 | 135 | 0 | 6 | 37 | 57 | 60 | 22 | 55 |
| Binary | 10000110 | 1111110 | 1011101 | 0 | 110 | 11111 | 101111 | 110000 | 10010 | 101101 |
Color Harmonies of #867E5D
Complementary color
Monochromatic Colors of #867E5D
Black with #867E5D
Text Example
Text Example
White with #867E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E5D; }
p { color: rgb(134,126,93); }
H1.HeaderClassName
{
color: #867E5D;
}
.AnyTagClassName
{
color: #867E5D;
}
</style>
background-color css
<style>
a { background-color: #867E5D; }
a { background-color: rgb(134,126,93); }
div.DivClassName
{
background-color: #867E5D;
}
.BgClassName
{
background-color: #867E5D;
}
</style>
border-color css
<style>
span { border-color: #867E5D; }
span { border-color: rgb(134,126,93); }
td.TdClassName
{
border-color: #867E5D;
}
.TagClassName
{
border-color: #867E5D;
}
</style>