Shades of Potters Clay #865E3A
Tints of Potters Clay #865E3A
RGB
CMYK
RGB Variations
Color information
#865E3A (or 0x865E3A) is known color: Potters Clay. HEX triplet: 86, 5E and 3A. RGB value is (134,94,58). Sum of RGB (Red+Green+Blue) = 134+94+58=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E3A is #79A1C5. Grayscale: #666666. Windows color (decimal): -7971270 or 3825286. OLE color: 3825286.
HSL color Cylindrical-coordinate representation of color #865E3A: hue angle of 28.42º 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 #865E3A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 58 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.47 |
| HSL | 28.42º | 0.4% | 0.38% | - |
| HSV(B) | 28.42º | 0.57% | 0.53% | - |
| XYZ | 14.6 | 13.38 | 5.82 | - |
| YUV | 101.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 58 | 0 | 0.30 | 0.57 | 0.47 | 28.42 | 0.4 | 0.38 |
| Hex | 86 | 5E | 3A | 0 | 1E | 39 | 2F | 1C | 28 | 26 |
| Octal | 206 | 136 | 72 | 0 | 36 | 71 | 57 | 34 | 50 | 46 |
| Binary | 10000110 | 1011110 | 111010 | 0 | 11110 | 111001 | 101111 | 11100 | 101000 | 100110 |
Color Harmonies of #865E3A
Complementary color
Monochromatic Colors of #865E3A
Black with #865E3A
Text Example
Text Example
White with #865E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E3A; }
p { color: rgb(134,94,58); }
H1.HeaderClassName
{
color: #865E3A;
}
.AnyTagClassName
{
color: #865E3A;
}
</style>
background-color css
<style>
a { background-color: #865E3A; }
a { background-color: rgb(134,94,58); }
div.DivClassName
{
background-color: #865E3A;
}
.BgClassName
{
background-color: #865E3A;
}
</style>
border-color css
<style>
span { border-color: #865E3A; }
span { border-color: rgb(134,94,58); }
td.TdClassName
{
border-color: #865E3A;
}
.TagClassName
{
border-color: #865E3A;
}
</style>