Shades of Clay Creek #867D4B
Tints of Clay Creek #867D4B
RGB
CMYK
RGB Variations
Color information
#867D4B (or 0x867D4B) is known color: Clay Creek. HEX triplet: 86, 7D and 4B. RGB value is (134,125,75). Sum of RGB (Red+Green+Blue) = 134+125+75=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #867D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D4B is #7982B4. Grayscale: #7A7A7A. Windows color (decimal): -7963317 or 4947334. OLE color: 4947334.
HSL color Cylindrical-coordinate representation of color #867D4B: hue angle of 50.85º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867D4B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 75 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.47 |
| HSL | 50.85º | 0.28% | 0.41% | - |
| HSV(B) | 50.85º | 0.44% | 0.53% | - |
| XYZ | 18.44 | 20.24 | 9.59 | - |
| YUV | 121.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 75 | 0 | 0.07 | 0.44 | 0.47 | 50.85 | 0.28 | 0.41 |
| Hex | 86 | 7D | 4B | 0 | 7 | 2C | 2F | 33 | 1C | 29 |
| Octal | 206 | 175 | 113 | 0 | 7 | 54 | 57 | 63 | 34 | 51 |
| Binary | 10000110 | 1111101 | 1001011 | 0 | 111 | 101100 | 101111 | 110011 | 11100 | 101001 |
Color Harmonies of #867D4B
Complementary color
Monochromatic Colors of #867D4B
Black with #867D4B
Text Example
Text Example
White with #867D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D4B; }
p { color: rgb(134,125,75); }
H1.HeaderClassName
{
color: #867D4B;
}
.AnyTagClassName
{
color: #867D4B;
}
</style>
background-color css
<style>
a { background-color: #867D4B; }
a { background-color: rgb(134,125,75); }
div.DivClassName
{
background-color: #867D4B;
}
.BgClassName
{
background-color: #867D4B;
}
</style>
border-color css
<style>
span { border-color: #867D4B; }
span { border-color: rgb(134,125,75); }
td.TdClassName
{
border-color: #867D4B;
}
.TagClassName
{
border-color: #867D4B;
}
</style>