Shades of Clay Creek #867C52
Tints of Clay Creek #867C52
RGB
CMYK
RGB Variations
Color information
#867C52 (or 0x867C52) is known color: Clay Creek. HEX triplet: 86, 7C and 52. RGB value is (134,124,82). Sum of RGB (Red+Green+Blue) = 134+124+82=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #867C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C52 is #7983AD. Grayscale: #7A7A7A. Windows color (decimal): -7963566 or 5405830. OLE color: 5405830.
HSL color Cylindrical-coordinate representation of color #867C52: hue angle of 48.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867C52 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 82 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.47 |
| HSL | 48.46º | 0.24% | 0.42% | - |
| HSV(B) | 48.46º | 0.39% | 0.53% | - |
| XYZ | 18.56 | 20.09 | 10.88 | - |
| YUV | 122.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 82 | 0 | 0.07 | 0.39 | 0.47 | 48.46 | 0.24 | 0.42 |
| Hex | 86 | 7C | 52 | 0 | 7 | 27 | 2F | 30 | 18 | 2A |
| Octal | 206 | 174 | 122 | 0 | 7 | 47 | 57 | 60 | 30 | 52 |
| Binary | 10000110 | 1111100 | 1010010 | 0 | 111 | 100111 | 101111 | 110000 | 11000 | 101010 |
Color Harmonies of #867C52
Complementary color
Monochromatic Colors of #867C52
Black with #867C52
Text Example
Text Example
White with #867C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C52; }
p { color: rgb(134,124,82); }
H1.HeaderClassName
{
color: #867C52;
}
.AnyTagClassName
{
color: #867C52;
}
</style>
background-color css
<style>
a { background-color: #867C52; }
a { background-color: rgb(134,124,82); }
div.DivClassName
{
background-color: #867C52;
}
.BgClassName
{
background-color: #867C52;
}
</style>
border-color css
<style>
span { border-color: #867C52; }
span { border-color: rgb(134,124,82); }
td.TdClassName
{
border-color: #867C52;
}
.TagClassName
{
border-color: #867C52;
}
</style>