Shades of Potters Clay #865D39
Tints of Potters Clay #865D39
RGB
CMYK
RGB Variations
Color information
#865D39 (or 0x865D39) is known color: Potters Clay. HEX triplet: 86, 5D and 39. RGB value is (134,93,57). Sum of RGB (Red+Green+Blue) = 134+93+57=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #865D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D39 is #79A2C6. Grayscale: #656565. Windows color (decimal): -7971527 or 3759494. OLE color: 3759494.
HSL color Cylindrical-coordinate representation of color #865D39: hue angle of 28.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865D39 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 57 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.47 |
| HSL | 28.05º | 0.4% | 0.37% | - |
| HSV(B) | 28.05º | 0.57% | 0.53% | - |
| XYZ | 14.48 | 13.19 | 5.65 | - |
| YUV | 101.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 57 | 0 | 0.31 | 0.57 | 0.47 | 28.05 | 0.4 | 0.37 |
| Hex | 86 | 5D | 39 | 0 | 1F | 39 | 2F | 1C | 28 | 25 |
| Octal | 206 | 135 | 71 | 0 | 37 | 71 | 57 | 34 | 50 | 45 |
| Binary | 10000110 | 1011101 | 111001 | 0 | 11111 | 111001 | 101111 | 11100 | 101000 | 100101 |
Color Harmonies of #865D39
Complementary color
Monochromatic Colors of #865D39
Black with #865D39
Text Example
Text Example
White with #865D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D39; }
p { color: rgb(134,93,57); }
H1.HeaderClassName
{
color: #865D39;
}
.AnyTagClassName
{
color: #865D39;
}
</style>
background-color css
<style>
a { background-color: #865D39; }
a { background-color: rgb(134,93,57); }
div.DivClassName
{
background-color: #865D39;
}
.BgClassName
{
background-color: #865D39;
}
</style>
border-color css
<style>
span { border-color: #865D39; }
span { border-color: rgb(134,93,57); }
td.TdClassName
{
border-color: #865D39;
}
.TagClassName
{
border-color: #865D39;
}
</style>