Shades of Potters Clay #865D3E
Tints of Potters Clay #865D3E
RGB
CMYK
RGB Variations
Color information
#865D3E (or 0x865D3E) is known color: Potters Clay. HEX triplet: 86, 5D and 3E. RGB value is (134,93,62). Sum of RGB (Red+Green+Blue) = 134+93+62=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D3E is #79A2C1. Grayscale: #656565. Windows color (decimal): -7971522 or 4087174. OLE color: 4087174.
HSL color Cylindrical-coordinate representation of color #865D3E: hue angle of 25.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865D3E is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 62 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.47 |
| HSL | 25.83º | 0.37% | 0.38% | - |
| HSV(B) | 25.83º | 0.54% | 0.53% | - |
| XYZ | 14.62 | 13.24 | 6.34 | - |
| YUV | 101.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 62 | 0 | 0.31 | 0.54 | 0.47 | 25.83 | 0.37 | 0.38 |
| Hex | 86 | 5D | 3E | 0 | 1F | 36 | 2F | 1A | 25 | 26 |
| Octal | 206 | 135 | 76 | 0 | 37 | 66 | 57 | 32 | 45 | 46 |
| Binary | 10000110 | 1011101 | 111110 | 0 | 11111 | 110110 | 101111 | 11010 | 100101 | 100110 |
Color Harmonies of #865D3E
Complementary color
Monochromatic Colors of #865D3E
Black with #865D3E
Text Example
Text Example
White with #865D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D3E; }
p { color: rgb(134,93,62); }
H1.HeaderClassName
{
color: #865D3E;
}
.AnyTagClassName
{
color: #865D3E;
}
</style>
background-color css
<style>
a { background-color: #865D3E; }
a { background-color: rgb(134,93,62); }
div.DivClassName
{
background-color: #865D3E;
}
.BgClassName
{
background-color: #865D3E;
}
</style>
border-color css
<style>
span { border-color: #865D3E; }
span { border-color: rgb(134,93,62); }
td.TdClassName
{
border-color: #865D3E;
}
.TagClassName
{
border-color: #865D3E;
}
</style>