Shades of Clay Creek #868050
Tints of Clay Creek #868050
RGB
CMYK
RGB Variations
Color information
#868050 (or 0x868050) is known color: Clay Creek. HEX triplet: 86, 80 and 50. RGB value is (134,128,80). Sum of RGB (Red+Green+Blue) = 134+128+80=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #868050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868050 is #797FAF. Grayscale: #7C7C7C. Windows color (decimal): -7962544 or 5275782. OLE color: 5275782.
HSL color Cylindrical-coordinate representation of color #868050: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868050 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 80 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.47 |
| HSL | 53.33º | 0.25% | 0.42% | - |
| HSV(B) | 53.33º | 0.4% | 0.53% | - |
| XYZ | 19 | 21.09 | 10.66 | - |
| YUV | 124.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 80 | 0 | 0.04 | 0.40 | 0.47 | 53.33 | 0.25 | 0.42 |
| Hex | 86 | 80 | 50 | 0 | 4 | 28 | 2F | 35 | 19 | 2A |
| Octal | 206 | 200 | 120 | 0 | 4 | 50 | 57 | 65 | 31 | 52 |
| Binary | 10000110 | 10000000 | 1010000 | 0 | 100 | 101000 | 101111 | 110101 | 11001 | 101010 |
Color Harmonies of #868050
Complementary color
Monochromatic Colors of #868050
Black with #868050
Text Example
Text Example
White with #868050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868050; }
p { color: rgb(134,128,80); }
H1.HeaderClassName
{
color: #868050;
}
.AnyTagClassName
{
color: #868050;
}
</style>
background-color css
<style>
a { background-color: #868050; }
a { background-color: rgb(134,128,80); }
div.DivClassName
{
background-color: #868050;
}
.BgClassName
{
background-color: #868050;
}
</style>
border-color css
<style>
span { border-color: #868050; }
span { border-color: rgb(134,128,80); }
td.TdClassName
{
border-color: #868050;
}
.TagClassName
{
border-color: #868050;
}
</style>