Shades of Clay Creek #86804C
Tints of Clay Creek #86804C
RGB
CMYK
RGB Variations
Color information
#86804C (or 0x86804C) is known color: Clay Creek. HEX triplet: 86, 80 and 4C. RGB value is (134,128,76). Sum of RGB (Red+Green+Blue) = 134+128+76=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86804C is #797FB3. Grayscale: #7C7C7C. Windows color (decimal): -7962548 or 5013638. OLE color: 5013638.
HSL color Cylindrical-coordinate representation of color #86804C: hue angle of 53.79º 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 #86804C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 76 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.47 |
| HSL | 53.79º | 0.28% | 0.41% | - |
| HSV(B) | 53.79º | 0.43% | 0.53% | - |
| XYZ | 18.86 | 21.03 | 9.9 | - |
| YUV | 123.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 76 | 0 | 0.04 | 0.43 | 0.47 | 53.79 | 0.28 | 0.41 |
| Hex | 86 | 80 | 4C | 0 | 4 | 2B | 2F | 36 | 1C | 29 |
| Octal | 206 | 200 | 114 | 0 | 4 | 53 | 57 | 66 | 34 | 51 |
| Binary | 10000110 | 10000000 | 1001100 | 0 | 100 | 101011 | 101111 | 110110 | 11100 | 101001 |
Color Harmonies of #86804C
Complementary color
Monochromatic Colors of #86804C
Black with #86804C
Text Example
Text Example
White with #86804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86804C; }
p { color: rgb(134,128,76); }
H1.HeaderClassName
{
color: #86804C;
}
.AnyTagClassName
{
color: #86804C;
}
</style>
background-color css
<style>
a { background-color: #86804C; }
a { background-color: rgb(134,128,76); }
div.DivClassName
{
background-color: #86804C;
}
.BgClassName
{
background-color: #86804C;
}
</style>
border-color css
<style>
span { border-color: #86804C; }
span { border-color: rgb(134,128,76); }
td.TdClassName
{
border-color: #86804C;
}
.TagClassName
{
border-color: #86804C;
}
</style>