Shades of Clay Creek #867D5D
Tints of Clay Creek #867D5D
RGB
CMYK
RGB Variations
Color information
#867D5D (or 0x867D5D) is known color: Clay Creek. HEX triplet: 86, 7D and 5D. RGB value is (134,125,93). Sum of RGB (Red+Green+Blue) = 134+125+93=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D5D is #7982A2. Grayscale: #7C7C7C. Windows color (decimal): -7963299 or 6126982. OLE color: 6126982.
HSL color Cylindrical-coordinate representation of color #867D5D: hue angle of 46.83º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #867D5D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 93 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.47 |
| HSL | 46.83º | 0.18% | 0.45% | - |
| HSV(B) | 46.83º | 0.31% | 0.53% | - |
| XYZ | 19.14 | 20.53 | 13.31 | - |
| YUV | 124.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 93 | 0 | 0.07 | 0.31 | 0.47 | 46.83 | 0.18 | 0.45 |
| Hex | 86 | 7D | 5D | 0 | 7 | 1F | 2F | 2F | 12 | 2D |
| Octal | 206 | 175 | 135 | 0 | 7 | 37 | 57 | 57 | 22 | 55 |
| Binary | 10000110 | 1111101 | 1011101 | 0 | 111 | 11111 | 101111 | 101111 | 10010 | 101101 |
Color Harmonies of #867D5D
Complementary color
Monochromatic Colors of #867D5D
Black with #867D5D
Text Example
Text Example
White with #867D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D5D; }
p { color: rgb(134,125,93); }
H1.HeaderClassName
{
color: #867D5D;
}
.AnyTagClassName
{
color: #867D5D;
}
</style>
background-color css
<style>
a { background-color: #867D5D; }
a { background-color: rgb(134,125,93); }
div.DivClassName
{
background-color: #867D5D;
}
.BgClassName
{
background-color: #867D5D;
}
</style>
border-color css
<style>
span { border-color: #867D5D; }
span { border-color: rgb(134,125,93); }
td.TdClassName
{
border-color: #867D5D;
}
.TagClassName
{
border-color: #867D5D;
}
</style>