Shades of Clay Creek #867B57
Tints of Clay Creek #867B57
RGB
CMYK
RGB Variations
Color information
#867B57 (or 0x867B57) is known color: Clay Creek. HEX triplet: 86, 7B and 57. RGB value is (134,123,87). Sum of RGB (Red+Green+Blue) = 134+123+87=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B57 is #7984A8. Grayscale: #7A7A7A. Windows color (decimal): -7963817 or 5733254. OLE color: 5733254.
HSL color Cylindrical-coordinate representation of color #867B57: hue angle of 45.96º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867B57 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 87 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.47 |
| HSL | 45.96º | 0.21% | 0.43% | - |
| HSV(B) | 45.96º | 0.35% | 0.53% | - |
| XYZ | 18.63 | 19.92 | 11.88 | - |
| YUV | 122.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 87 | 0 | 0.08 | 0.35 | 0.47 | 45.96 | 0.21 | 0.43 |
| Hex | 86 | 7B | 57 | 0 | 8 | 23 | 2F | 2E | 15 | 2B |
| Octal | 206 | 173 | 127 | 0 | 10 | 43 | 57 | 56 | 25 | 53 |
| Binary | 10000110 | 1111011 | 1010111 | 0 | 1000 | 100011 | 101111 | 101110 | 10101 | 101011 |
Color Harmonies of #867B57
Complementary color
Monochromatic Colors of #867B57
Black with #867B57
Text Example
Text Example
White with #867B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B57; }
p { color: rgb(134,123,87); }
H1.HeaderClassName
{
color: #867B57;
}
.AnyTagClassName
{
color: #867B57;
}
</style>
background-color css
<style>
a { background-color: #867B57; }
a { background-color: rgb(134,123,87); }
div.DivClassName
{
background-color: #867B57;
}
.BgClassName
{
background-color: #867B57;
}
</style>
border-color css
<style>
span { border-color: #867B57; }
span { border-color: rgb(134,123,87); }
td.TdClassName
{
border-color: #867B57;
}
.TagClassName
{
border-color: #867B57;
}
</style>