Shades of Clay Creek #867E58
Tints of Clay Creek #867E58
RGB
CMYK
RGB Variations
Color information
#867E58 (or 0x867E58) is known color: Clay Creek. HEX triplet: 86, 7E and 58. RGB value is (134,126,88). Sum of RGB (Red+Green+Blue) = 134+126+88=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E58 is #7981A7. Grayscale: #7C7C7C. Windows color (decimal): -7963048 or 5799558. OLE color: 5799558.
HSL color Cylindrical-coordinate representation of color #867E58: hue angle of 49.57º 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 #867E58 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 88 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.47 |
| HSL | 49.57º | 0.21% | 0.44% | - |
| HSV(B) | 49.57º | 0.34% | 0.53% | - |
| XYZ | 19.05 | 20.69 | 12.22 | - |
| YUV | 124.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 88 | 0 | 0.06 | 0.34 | 0.47 | 49.57 | 0.21 | 0.44 |
| Hex | 86 | 7E | 58 | 0 | 6 | 22 | 2F | 32 | 15 | 2C |
| Octal | 206 | 176 | 130 | 0 | 6 | 42 | 57 | 62 | 25 | 54 |
| Binary | 10000110 | 1111110 | 1011000 | 0 | 110 | 100010 | 101111 | 110010 | 10101 | 101100 |
Color Harmonies of #867E58
Complementary color
Monochromatic Colors of #867E58
Black with #867E58
Text Example
Text Example
White with #867E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E58; }
p { color: rgb(134,126,88); }
H1.HeaderClassName
{
color: #867E58;
}
.AnyTagClassName
{
color: #867E58;
}
</style>
background-color css
<style>
a { background-color: #867E58; }
a { background-color: rgb(134,126,88); }
div.DivClassName
{
background-color: #867E58;
}
.BgClassName
{
background-color: #867E58;
}
</style>
border-color css
<style>
span { border-color: #867E58; }
span { border-color: rgb(134,126,88); }
td.TdClassName
{
border-color: #867E58;
}
.TagClassName
{
border-color: #867E58;
}
</style>