Shades of Clay Creek #86815A
Tints of Clay Creek #86815A
RGB
CMYK
RGB Variations
Color information
#86815A (or 0x86815A) is known color: Clay Creek. HEX triplet: 86, 81 and 5A. RGB value is (134,129,90). Sum of RGB (Red+Green+Blue) = 134+129+90=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #86815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86815A is #797EA5. Grayscale: #7E7E7E. Windows color (decimal): -7962278 or 5931398. OLE color: 5931398.
HSL color Cylindrical-coordinate representation of color #86815A: hue angle of 53.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86815A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 90 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.47 |
| HSL | 53.18º | 0.2% | 0.44% | - |
| HSV(B) | 53.18º | 0.33% | 0.53% | - |
| XYZ | 19.53 | 21.51 | 12.79 | - |
| YUV | 126.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 90 | 0 | 0.04 | 0.33 | 0.47 | 53.18 | 0.2 | 0.44 |
| Hex | 86 | 81 | 5A | 0 | 4 | 21 | 2F | 35 | 14 | 2C |
| Octal | 206 | 201 | 132 | 0 | 4 | 41 | 57 | 65 | 24 | 54 |
| Binary | 10000110 | 10000001 | 1011010 | 0 | 100 | 100001 | 101111 | 110101 | 10100 | 101100 |
Color Harmonies of #86815A
Complementary color
Monochromatic Colors of #86815A
Black with #86815A
Text Example
Text Example
White with #86815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86815A; }
p { color: rgb(134,129,90); }
H1.HeaderClassName
{
color: #86815A;
}
.AnyTagClassName
{
color: #86815A;
}
</style>
background-color css
<style>
a { background-color: #86815A; }
a { background-color: rgb(134,129,90); }
div.DivClassName
{
background-color: #86815A;
}
.BgClassName
{
background-color: #86815A;
}
</style>
border-color css
<style>
span { border-color: #86815A; }
span { border-color: rgb(134,129,90); }
td.TdClassName
{
border-color: #86815A;
}
.TagClassName
{
border-color: #86815A;
}
</style>