Shades of Clay Creek #867F55
Tints of Clay Creek #867F55
RGB
CMYK
RGB Variations
Color information
#867F55 (or 0x867F55) is known color: Clay Creek. HEX triplet: 86, 7F and 55. RGB value is (134,127,85). Sum of RGB (Red+Green+Blue) = 134+127+85=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F55 is #7980AA. Grayscale: #7C7C7C. Windows color (decimal): -7962795 or 5603206. OLE color: 5603206.
HSL color Cylindrical-coordinate representation of color #867F55: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #867F55 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 85 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.47 |
| HSL | 51.43º | 0.22% | 0.43% | - |
| HSV(B) | 51.43º | 0.37% | 0.53% | - |
| XYZ | 19.06 | 20.9 | 11.62 | - |
| YUV | 124.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 85 | 0 | 0.05 | 0.37 | 0.47 | 51.43 | 0.22 | 0.43 |
| Hex | 86 | 7F | 55 | 0 | 5 | 25 | 2F | 33 | 16 | 2B |
| Octal | 206 | 177 | 125 | 0 | 5 | 45 | 57 | 63 | 26 | 53 |
| Binary | 10000110 | 1111111 | 1010101 | 0 | 101 | 100101 | 101111 | 110011 | 10110 | 101011 |
Color Harmonies of #867F55
Complementary color
Monochromatic Colors of #867F55
Black with #867F55
Text Example
Text Example
White with #867F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F55; }
p { color: rgb(134,127,85); }
H1.HeaderClassName
{
color: #867F55;
}
.AnyTagClassName
{
color: #867F55;
}
</style>
background-color css
<style>
a { background-color: #867F55; }
a { background-color: rgb(134,127,85); }
div.DivClassName
{
background-color: #867F55;
}
.BgClassName
{
background-color: #867F55;
}
</style>
border-color css
<style>
span { border-color: #867F55; }
span { border-color: rgb(134,127,85); }
td.TdClassName
{
border-color: #867F55;
}
.TagClassName
{
border-color: #867F55;
}
</style>