Shades of Clay Creek #867D52
Tints of Clay Creek #867D52
RGB
CMYK
RGB Variations
Color information
#867D52 (or 0x867D52) is known color: Clay Creek. HEX triplet: 86, 7D and 52. RGB value is (134,125,82). Sum of RGB (Red+Green+Blue) = 134+125+82=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #867D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D52 is #7982AD. Grayscale: #7A7A7A. Windows color (decimal): -7963310 or 5406086. OLE color: 5406086.
HSL color Cylindrical-coordinate representation of color #867D52: hue angle of 49.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867D52 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 82 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.47 |
| HSL | 49.62º | 0.24% | 0.42% | - |
| HSV(B) | 49.62º | 0.39% | 0.53% | - |
| XYZ | 18.69 | 20.34 | 10.92 | - |
| YUV | 122.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 82 | 0 | 0.07 | 0.39 | 0.47 | 49.62 | 0.24 | 0.42 |
| Hex | 86 | 7D | 52 | 0 | 7 | 27 | 2F | 32 | 18 | 2A |
| Octal | 206 | 175 | 122 | 0 | 7 | 47 | 57 | 62 | 30 | 52 |
| Binary | 10000110 | 1111101 | 1010010 | 0 | 111 | 100111 | 101111 | 110010 | 11000 | 101010 |
Color Harmonies of #867D52
Complementary color
Monochromatic Colors of #867D52
Black with #867D52
Text Example
Text Example
White with #867D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D52; }
p { color: rgb(134,125,82); }
H1.HeaderClassName
{
color: #867D52;
}
.AnyTagClassName
{
color: #867D52;
}
</style>
background-color css
<style>
a { background-color: #867D52; }
a { background-color: rgb(134,125,82); }
div.DivClassName
{
background-color: #867D52;
}
.BgClassName
{
background-color: #867D52;
}
</style>
border-color css
<style>
span { border-color: #867D52; }
span { border-color: rgb(134,125,82); }
td.TdClassName
{
border-color: #867D52;
}
.TagClassName
{
border-color: #867D52;
}
</style>