Shades of Potters Clay #86573A
Tints of Potters Clay #86573A
RGB
CMYK
RGB Variations
Color information
#86573A (or 0x86573A) is known color: Potters Clay. HEX triplet: 86, 57 and 3A. RGB value is (134,87,58). Sum of RGB (Red+Green+Blue) = 134+87+58=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86573A is #79A8C5. Grayscale: #616161. Windows color (decimal): -7973062 or 3823494. OLE color: 3823494.
HSL color Cylindrical-coordinate representation of color #86573A: hue angle of 22.89º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86573A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 58 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.47 |
| HSL | 22.89º | 0.4% | 0.38% | - |
| HSV(B) | 22.89º | 0.57% | 0.53% | - |
| XYZ | 14 | 12.19 | 5.62 | - |
| YUV | 97.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 58 | 0 | 0.35 | 0.57 | 0.47 | 22.89 | 0.4 | 0.38 |
| Hex | 86 | 57 | 3A | 0 | 23 | 39 | 2F | 17 | 28 | 26 |
| Octal | 206 | 127 | 72 | 0 | 43 | 71 | 57 | 27 | 50 | 46 |
| Binary | 10000110 | 1010111 | 111010 | 0 | 100011 | 111001 | 101111 | 10111 | 101000 | 100110 |
Color Harmonies of #86573A
Complementary color
Monochromatic Colors of #86573A
Black with #86573A
Text Example
Text Example
White with #86573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86573A; }
p { color: rgb(134,87,58); }
H1.HeaderClassName
{
color: #86573A;
}
.AnyTagClassName
{
color: #86573A;
}
</style>
background-color css
<style>
a { background-color: #86573A; }
a { background-color: rgb(134,87,58); }
div.DivClassName
{
background-color: #86573A;
}
.BgClassName
{
background-color: #86573A;
}
</style>
border-color css
<style>
span { border-color: #86573A; }
span { border-color: rgb(134,87,58); }
td.TdClassName
{
border-color: #86573A;
}
.TagClassName
{
border-color: #86573A;
}
</style>