Shades of Clay Creek #8E8657
Tints of Clay Creek #8E8657
RGB
CMYK
RGB Variations
Color information
#8E8657 (or 0x8E8657) is known color: Clay Creek. HEX triplet: 8E, 86 and 57. RGB value is (142,134,87). Sum of RGB (Red+Green+Blue) = 142+134+87=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8657 is #7179A8. Grayscale: #838383. Windows color (decimal): -7436713 or 5736078. OLE color: 5736078.
HSL color Cylindrical-coordinate representation of color #8E8657: hue angle of 51.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8657 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 134 | 87 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.44 |
| HSL | 51.27º | 0.24% | 0.45% | - |
| HSV(B) | 51.27º | 0.39% | 0.56% | - |
| XYZ | 21.4 | 23.49 | 12.42 | - |
| YUV | 131.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 87 | 0 | 0.06 | 0.39 | 0.44 | 51.27 | 0.24 | 0.45 |
| Hex | 8E | 86 | 57 | 0 | 6 | 27 | 2C | 33 | 18 | 2D |
| Octal | 216 | 206 | 127 | 0 | 6 | 47 | 54 | 63 | 30 | 55 |
| Binary | 10001110 | 10000110 | 1010111 | 0 | 110 | 100111 | 101100 | 110011 | 11000 | 101101 |
Color Harmonies of #8E8657
Complementary color
Monochromatic Colors of #8E8657
Black with #8E8657
Text Example
Text Example
White with #8E8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8657; }
p { color: rgb(142,134,87); }
H1.HeaderClassName
{
color: #8E8657;
}
.AnyTagClassName
{
color: #8E8657;
}
</style>
background-color css
<style>
a { background-color: #8E8657; }
a { background-color: rgb(142,134,87); }
div.DivClassName
{
background-color: #8E8657;
}
.BgClassName
{
background-color: #8E8657;
}
</style>
border-color css
<style>
span { border-color: #8E8657; }
span { border-color: rgb(142,134,87); }
td.TdClassName
{
border-color: #8E8657;
}
.TagClassName
{
border-color: #8E8657;
}
</style>