Shades of Clay Creek #867A51
Tints of Clay Creek #867A51
RGB
CMYK
RGB Variations
Color information
#867A51 (or 0x867A51) is known color: Clay Creek. HEX triplet: 86, 7A and 51. RGB value is (134,122,81). Sum of RGB (Red+Green+Blue) = 134+122+81=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A51 is #7985AE. Grayscale: #797979. Windows color (decimal): -7964079 or 5339782. OLE color: 5339782.
HSL color Cylindrical-coordinate representation of color #867A51: hue angle of 46.42º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867A51 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 81 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.47 |
| HSL | 46.42º | 0.25% | 0.42% | - |
| HSV(B) | 46.42º | 0.4% | 0.53% | - |
| XYZ | 18.28 | 19.58 | 10.6 | - |
| YUV | 120.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 81 | 0 | 0.09 | 0.40 | 0.47 | 46.42 | 0.25 | 0.42 |
| Hex | 86 | 7A | 51 | 0 | 9 | 28 | 2F | 2E | 19 | 2A |
| Octal | 206 | 172 | 121 | 0 | 11 | 50 | 57 | 56 | 31 | 52 |
| Binary | 10000110 | 1111010 | 1010001 | 0 | 1001 | 101000 | 101111 | 101110 | 11001 | 101010 |
Color Harmonies of #867A51
Complementary color
Monochromatic Colors of #867A51
Black with #867A51
Text Example
Text Example
White with #867A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A51; }
p { color: rgb(134,122,81); }
H1.HeaderClassName
{
color: #867A51;
}
.AnyTagClassName
{
color: #867A51;
}
</style>
background-color css
<style>
a { background-color: #867A51; }
a { background-color: rgb(134,122,81); }
div.DivClassName
{
background-color: #867A51;
}
.BgClassName
{
background-color: #867A51;
}
</style>
border-color css
<style>
span { border-color: #867A51; }
span { border-color: rgb(134,122,81); }
td.TdClassName
{
border-color: #867A51;
}
.TagClassName
{
border-color: #867A51;
}
</style>