Shades of Clay Creek #867B59
Tints of Clay Creek #867B59
RGB
CMYK
RGB Variations
Color information
#867B59 (or 0x867B59) is known color: Clay Creek. HEX triplet: 86, 7B and 59. RGB value is (134,123,89). Sum of RGB (Red+Green+Blue) = 134+123+89=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B59 is #7984A6. Grayscale: #7A7A7A. Windows color (decimal): -7963815 or 5864326. OLE color: 5864326.
HSL color Cylindrical-coordinate representation of color #867B59: hue angle of 45.33º 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 #867B59 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 89 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.47 |
| HSL | 45.33º | 0.2% | 0.44% | - |
| HSV(B) | 45.33º | 0.34% | 0.53% | - |
| XYZ | 18.72 | 19.96 | 12.32 | - |
| YUV | 122.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 89 | 0 | 0.08 | 0.34 | 0.47 | 45.33 | 0.2 | 0.44 |
| Hex | 86 | 7B | 59 | 0 | 8 | 22 | 2F | 2D | 14 | 2C |
| Octal | 206 | 173 | 131 | 0 | 10 | 42 | 57 | 55 | 24 | 54 |
| Binary | 10000110 | 1111011 | 1011001 | 0 | 1000 | 100010 | 101111 | 101101 | 10100 | 101100 |
Color Harmonies of #867B59
Complementary color
Monochromatic Colors of #867B59
Black with #867B59
Text Example
Text Example
White with #867B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B59; }
p { color: rgb(134,123,89); }
H1.HeaderClassName
{
color: #867B59;
}
.AnyTagClassName
{
color: #867B59;
}
</style>
background-color css
<style>
a { background-color: #867B59; }
a { background-color: rgb(134,123,89); }
div.DivClassName
{
background-color: #867B59;
}
.BgClassName
{
background-color: #867B59;
}
</style>
border-color css
<style>
span { border-color: #867B59; }
span { border-color: rgb(134,123,89); }
td.TdClassName
{
border-color: #867B59;
}
.TagClassName
{
border-color: #867B59;
}
</style>