Shades of Clay Creek #867A59
Tints of Clay Creek #867A59
RGB
CMYK
RGB Variations
Color information
#867A59 (or 0x867A59) is known color: Clay Creek. HEX triplet: 86, 7A and 59. RGB value is (134,122,89). Sum of RGB (Red+Green+Blue) = 134+122+89=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A59 is #7985A6. Grayscale: #797979. Windows color (decimal): -7964071 or 5864070. OLE color: 5864070.
HSL color Cylindrical-coordinate representation of color #867A59: hue angle of 44º degrees, saturation: 0.2, 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 #867A59 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 89 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.47 |
| HSL | 44º | 0.2% | 0.44% | - |
| HSV(B) | 44º | 0.34% | 0.53% | - |
| XYZ | 18.59 | 19.71 | 12.28 | - |
| YUV | 121.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 89 | 0 | 0.09 | 0.34 | 0.47 | 44 | 0.2 | 0.44 |
| Hex | 86 | 7A | 59 | 0 | 9 | 22 | 2F | 2C | 14 | 2C |
| Octal | 206 | 172 | 131 | 0 | 11 | 42 | 57 | 54 | 24 | 54 |
| Binary | 10000110 | 1111010 | 1011001 | 0 | 1001 | 100010 | 101111 | 101100 | 10100 | 101100 |
Color Harmonies of #867A59
Complementary color
Monochromatic Colors of #867A59
Black with #867A59
Text Example
Text Example
White with #867A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A59; }
p { color: rgb(134,122,89); }
H1.HeaderClassName
{
color: #867A59;
}
.AnyTagClassName
{
color: #867A59;
}
</style>
background-color css
<style>
a { background-color: #867A59; }
a { background-color: rgb(134,122,89); }
div.DivClassName
{
background-color: #867A59;
}
.BgClassName
{
background-color: #867A59;
}
</style>
border-color css
<style>
span { border-color: #867A59; }
span { border-color: rgb(134,122,89); }
td.TdClassName
{
border-color: #867A59;
}
.TagClassName
{
border-color: #867A59;
}
</style>