Shades of Clay Creek #86834C
Tints of Clay Creek #86834C
RGB
CMYK
RGB Variations
Color information
#86834C (or 0x86834C) is known color: Clay Creek. HEX triplet: 86, 83 and 4C. RGB value is (134,131,76). Sum of RGB (Red+Green+Blue) = 134+131+76=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86834C is #797CB3. Grayscale: #7D7D7D. Windows color (decimal): -7961780 or 5014406. OLE color: 5014406.
HSL color Cylindrical-coordinate representation of color #86834C: hue angle of 56.9º 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 #86834C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 76 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.47 |
| HSL | 56.9º | 0.28% | 0.41% | - |
| HSV(B) | 56.9º | 0.43% | 0.53% | - |
| XYZ | 19.25 | 21.82 | 10.03 | - |
| YUV | 125.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 76 | 0 | 0.02 | 0.43 | 0.47 | 56.9 | 0.28 | 0.41 |
| Hex | 86 | 83 | 4C | 0 | 2 | 2B | 2F | 39 | 1C | 29 |
| Octal | 206 | 203 | 114 | 0 | 2 | 53 | 57 | 71 | 34 | 51 |
| Binary | 10000110 | 10000011 | 1001100 | 0 | 10 | 101011 | 101111 | 111001 | 11100 | 101001 |
Color Harmonies of #86834C
Complementary color
Monochromatic Colors of #86834C
Black with #86834C
Text Example
Text Example
White with #86834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86834C; }
p { color: rgb(134,131,76); }
H1.HeaderClassName
{
color: #86834C;
}
.AnyTagClassName
{
color: #86834C;
}
</style>
background-color css
<style>
a { background-color: #86834C; }
a { background-color: rgb(134,131,76); }
div.DivClassName
{
background-color: #86834C;
}
.BgClassName
{
background-color: #86834C;
}
</style>
border-color css
<style>
span { border-color: #86834C; }
span { border-color: rgb(134,131,76); }
td.TdClassName
{
border-color: #86834C;
}
.TagClassName
{
border-color: #86834C;
}
</style>