Shades of Clay Creek #867D4C
Tints of Clay Creek #867D4C
RGB
CMYK
RGB Variations
Color information
#867D4C (or 0x867D4C) is known color: Clay Creek. HEX triplet: 86, 7D and 4C. RGB value is (134,125,76). Sum of RGB (Red+Green+Blue) = 134+125+76=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D4C is #7982B3. Grayscale: #7A7A7A. Windows color (decimal): -7963316 or 5012870. OLE color: 5012870.
HSL color Cylindrical-coordinate representation of color #867D4C: hue angle of 50.69º degrees, saturation: 0.28, 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 #867D4C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 76 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.47 |
| HSL | 50.69º | 0.28% | 0.41% | - |
| HSV(B) | 50.69º | 0.43% | 0.53% | - |
| XYZ | 18.47 | 20.26 | 9.77 | - |
| YUV | 122.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 76 | 0 | 0.07 | 0.43 | 0.47 | 50.69 | 0.28 | 0.41 |
| Hex | 86 | 7D | 4C | 0 | 7 | 2B | 2F | 33 | 1C | 29 |
| Octal | 206 | 175 | 114 | 0 | 7 | 53 | 57 | 63 | 34 | 51 |
| Binary | 10000110 | 1111101 | 1001100 | 0 | 111 | 101011 | 101111 | 110011 | 11100 | 101001 |
Color Harmonies of #867D4C
Complementary color
Monochromatic Colors of #867D4C
Black with #867D4C
Text Example
Text Example
White with #867D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D4C; }
p { color: rgb(134,125,76); }
H1.HeaderClassName
{
color: #867D4C;
}
.AnyTagClassName
{
color: #867D4C;
}
</style>
background-color css
<style>
a { background-color: #867D4C; }
a { background-color: rgb(134,125,76); }
div.DivClassName
{
background-color: #867D4C;
}
.BgClassName
{
background-color: #867D4C;
}
</style>
border-color css
<style>
span { border-color: #867D4C; }
span { border-color: rgb(134,125,76); }
td.TdClassName
{
border-color: #867D4C;
}
.TagClassName
{
border-color: #867D4C;
}
</style>