Shades of Clay Creek #867B5E
Tints of Clay Creek #867B5E
RGB
CMYK
RGB Variations
Color information
#867B5E (or 0x867B5E) is known color: Clay Creek. HEX triplet: 86, 7B and 5E. RGB value is (134,123,94). Sum of RGB (Red+Green+Blue) = 134+123+94=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5E is #7984A1. Grayscale: #7B7B7B. Windows color (decimal): -7963810 or 6192006. OLE color: 6192006.
HSL color Cylindrical-coordinate representation of color #867B5E: hue angle of 43.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867B5E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 94 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.47 |
| HSL | 43.5º | 0.18% | 0.45% | - |
| HSV(B) | 43.5º | 0.3% | 0.53% | - |
| XYZ | 18.93 | 20.04 | 13.46 | - |
| YUV | 122.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 94 | 0 | 0.08 | 0.30 | 0.47 | 43.5 | 0.18 | 0.45 |
| Hex | 86 | 7B | 5E | 0 | 8 | 1E | 2F | 2C | 12 | 2D |
| Octal | 206 | 173 | 136 | 0 | 10 | 36 | 57 | 54 | 22 | 55 |
| Binary | 10000110 | 1111011 | 1011110 | 0 | 1000 | 11110 | 101111 | 101100 | 10010 | 101101 |
Color Harmonies of #867B5E
Complementary color
Monochromatic Colors of #867B5E
Black with #867B5E
Text Example
Text Example
White with #867B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B5E; }
p { color: rgb(134,123,94); }
H1.HeaderClassName
{
color: #867B5E;
}
.AnyTagClassName
{
color: #867B5E;
}
</style>
background-color css
<style>
a { background-color: #867B5E; }
a { background-color: rgb(134,123,94); }
div.DivClassName
{
background-color: #867B5E;
}
.BgClassName
{
background-color: #867B5E;
}
</style>
border-color css
<style>
span { border-color: #867B5E; }
span { border-color: rgb(134,123,94); }
td.TdClassName
{
border-color: #867B5E;
}
.TagClassName
{
border-color: #867B5E;
}
</style>