Shades of Clay Creek #867A5C
Tints of Clay Creek #867A5C
RGB
CMYK
RGB Variations
Color information
#867A5C (or 0x867A5C) is known color: Clay Creek. HEX triplet: 86, 7A and 5C. RGB value is (134,122,92). Sum of RGB (Red+Green+Blue) = 134+122+92=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5C is #7985A3. Grayscale: #7A7A7A. Windows color (decimal): -7964068 or 6060678. OLE color: 6060678.
HSL color Cylindrical-coordinate representation of color #867A5C: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #867A5C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 92 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.47 |
| HSL | 42.86º | 0.19% | 0.44% | - |
| HSV(B) | 42.86º | 0.31% | 0.53% | - |
| XYZ | 18.72 | 19.76 | 12.95 | - |
| YUV | 122.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 92 | 0 | 0.09 | 0.31 | 0.47 | 42.86 | 0.19 | 0.44 |
| Hex | 86 | 7A | 5C | 0 | 9 | 1F | 2F | 2B | 13 | 2C |
| Octal | 206 | 172 | 134 | 0 | 11 | 37 | 57 | 53 | 23 | 54 |
| Binary | 10000110 | 1111010 | 1011100 | 0 | 1001 | 11111 | 101111 | 101011 | 10011 | 101100 |
Color Harmonies of #867A5C
Complementary color
Monochromatic Colors of #867A5C
Black with #867A5C
Text Example
Text Example
White with #867A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A5C; }
p { color: rgb(134,122,92); }
H1.HeaderClassName
{
color: #867A5C;
}
.AnyTagClassName
{
color: #867A5C;
}
</style>
background-color css
<style>
a { background-color: #867A5C; }
a { background-color: rgb(134,122,92); }
div.DivClassName
{
background-color: #867A5C;
}
.BgClassName
{
background-color: #867A5C;
}
</style>
border-color css
<style>
span { border-color: #867A5C; }
span { border-color: rgb(134,122,92); }
td.TdClassName
{
border-color: #867A5C;
}
.TagClassName
{
border-color: #867A5C;
}
</style>