Shades of Clay Creek #867B58
Tints of Clay Creek #867B58
RGB
CMYK
RGB Variations
Color information
#867B58 (or 0x867B58) is known color: Clay Creek. HEX triplet: 86, 7B and 58. RGB value is (134,123,88). Sum of RGB (Red+Green+Blue) = 134+123+88=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B58 is #7984A7. Grayscale: #7A7A7A. Windows color (decimal): -7963816 or 5798790. OLE color: 5798790.
HSL color Cylindrical-coordinate representation of color #867B58: hue angle of 45.65º 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 #867B58 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 88 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.47 |
| HSL | 45.65º | 0.21% | 0.44% | - |
| HSV(B) | 45.65º | 0.34% | 0.53% | - |
| XYZ | 18.68 | 19.94 | 12.1 | - |
| YUV | 122.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 88 | 0 | 0.08 | 0.34 | 0.47 | 45.65 | 0.21 | 0.44 |
| Hex | 86 | 7B | 58 | 0 | 8 | 22 | 2F | 2E | 15 | 2C |
| Octal | 206 | 173 | 130 | 0 | 10 | 42 | 57 | 56 | 25 | 54 |
| Binary | 10000110 | 1111011 | 1011000 | 0 | 1000 | 100010 | 101111 | 101110 | 10101 | 101100 |
Color Harmonies of #867B58
Complementary color
Monochromatic Colors of #867B58
Black with #867B58
Text Example
Text Example
White with #867B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B58; }
p { color: rgb(134,123,88); }
H1.HeaderClassName
{
color: #867B58;
}
.AnyTagClassName
{
color: #867B58;
}
</style>
background-color css
<style>
a { background-color: #867B58; }
a { background-color: rgb(134,123,88); }
div.DivClassName
{
background-color: #867B58;
}
.BgClassName
{
background-color: #867B58;
}
</style>
border-color css
<style>
span { border-color: #867B58; }
span { border-color: rgb(134,123,88); }
td.TdClassName
{
border-color: #867B58;
}
.TagClassName
{
border-color: #867B58;
}
</style>