Shades of Clay Creek #867B4C
Tints of Clay Creek #867B4C
RGB
CMYK
RGB Variations
Color information
#867B4C (or 0x867B4C) is known color: Clay Creek. HEX triplet: 86, 7B and 4C. RGB value is (134,123,76). Sum of RGB (Red+Green+Blue) = 134+123+76=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #867B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B4C is #7984B3. Grayscale: #797979. Windows color (decimal): -7963828 or 5012358. OLE color: 5012358.
HSL color Cylindrical-coordinate representation of color #867B4C: hue angle of 48.62º 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 #867B4C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 76 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.47 |
| HSL | 48.62º | 0.28% | 0.41% | - |
| HSV(B) | 48.62º | 0.43% | 0.53% | - |
| XYZ | 18.22 | 19.76 | 9.69 | - |
| YUV | 120.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 76 | 0 | 0.08 | 0.43 | 0.47 | 48.62 | 0.28 | 0.41 |
| Hex | 86 | 7B | 4C | 0 | 8 | 2B | 2F | 31 | 1C | 29 |
| Octal | 206 | 173 | 114 | 0 | 10 | 53 | 57 | 61 | 34 | 51 |
| Binary | 10000110 | 1111011 | 1001100 | 0 | 1000 | 101011 | 101111 | 110001 | 11100 | 101001 |
Color Harmonies of #867B4C
Complementary color
Monochromatic Colors of #867B4C
Black with #867B4C
Text Example
Text Example
White with #867B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B4C; }
p { color: rgb(134,123,76); }
H1.HeaderClassName
{
color: #867B4C;
}
.AnyTagClassName
{
color: #867B4C;
}
</style>
background-color css
<style>
a { background-color: #867B4C; }
a { background-color: rgb(134,123,76); }
div.DivClassName
{
background-color: #867B4C;
}
.BgClassName
{
background-color: #867B4C;
}
</style>
border-color css
<style>
span { border-color: #867B4C; }
span { border-color: rgb(134,123,76); }
td.TdClassName
{
border-color: #867B4C;
}
.TagClassName
{
border-color: #867B4C;
}
</style>