Shades of Clay Creek #867D4D
Tints of Clay Creek #867D4D
RGB
CMYK
RGB Variations
Color information
#867D4D (or 0x867D4D) is known color: Clay Creek. HEX triplet: 86, 7D and 4D. RGB value is (134,125,77). Sum of RGB (Red+Green+Blue) = 134+125+77=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D4D is #7982B2. Grayscale: #7A7A7A. Windows color (decimal): -7963315 or 5078406. OLE color: 5078406.
HSL color Cylindrical-coordinate representation of color #867D4D: hue angle of 50.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867D4D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 77 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.47 |
| HSL | 50.53º | 0.27% | 0.41% | - |
| HSV(B) | 50.53º | 0.43% | 0.53% | - |
| XYZ | 18.5 | 20.27 | 9.96 | - |
| YUV | 122.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 77 | 0 | 0.07 | 0.43 | 0.47 | 50.53 | 0.27 | 0.41 |
| Hex | 86 | 7D | 4D | 0 | 7 | 2B | 2F | 33 | 1B | 29 |
| Octal | 206 | 175 | 115 | 0 | 7 | 53 | 57 | 63 | 33 | 51 |
| Binary | 10000110 | 1111101 | 1001101 | 0 | 111 | 101011 | 101111 | 110011 | 11011 | 101001 |
Color Harmonies of #867D4D
Complementary color
Monochromatic Colors of #867D4D
Black with #867D4D
Text Example
Text Example
White with #867D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D4D; }
p { color: rgb(134,125,77); }
H1.HeaderClassName
{
color: #867D4D;
}
.AnyTagClassName
{
color: #867D4D;
}
</style>
background-color css
<style>
a { background-color: #867D4D; }
a { background-color: rgb(134,125,77); }
div.DivClassName
{
background-color: #867D4D;
}
.BgClassName
{
background-color: #867D4D;
}
</style>
border-color css
<style>
span { border-color: #867D4D; }
span { border-color: rgb(134,125,77); }
td.TdClassName
{
border-color: #867D4D;
}
.TagClassName
{
border-color: #867D4D;
}
</style>