Shades of Potters Clay #865D3B
Tints of Potters Clay #865D3B
RGB
CMYK
RGB Variations
Color information
#865D3B (or 0x865D3B) is known color: Potters Clay. HEX triplet: 86, 5D and 3B. RGB value is (134,93,59). Sum of RGB (Red+Green+Blue) = 134+93+59=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D3B is #79A2C4. Grayscale: #656565. Windows color (decimal): -7971525 or 3890566. OLE color: 3890566.
HSL color Cylindrical-coordinate representation of color #865D3B: hue angle of 27.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #865D3B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 59 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.47 |
| HSL | 27.2º | 0.39% | 0.38% | - |
| HSV(B) | 27.2º | 0.56% | 0.53% | - |
| XYZ | 14.54 | 13.21 | 5.92 | - |
| YUV | 101.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 59 | 0 | 0.31 | 0.56 | 0.47 | 27.2 | 0.39 | 0.38 |
| Hex | 86 | 5D | 3B | 0 | 1F | 38 | 2F | 1B | 27 | 26 |
| Octal | 206 | 135 | 73 | 0 | 37 | 70 | 57 | 33 | 47 | 46 |
| Binary | 10000110 | 1011101 | 111011 | 0 | 11111 | 111000 | 101111 | 11011 | 100111 | 100110 |
Color Harmonies of #865D3B
Complementary color
Monochromatic Colors of #865D3B
Black with #865D3B
Text Example
Text Example
White with #865D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D3B; }
p { color: rgb(134,93,59); }
H1.HeaderClassName
{
color: #865D3B;
}
.AnyTagClassName
{
color: #865D3B;
}
</style>
background-color css
<style>
a { background-color: #865D3B; }
a { background-color: rgb(134,93,59); }
div.DivClassName
{
background-color: #865D3B;
}
.BgClassName
{
background-color: #865D3B;
}
</style>
border-color css
<style>
span { border-color: #865D3B; }
span { border-color: rgb(134,93,59); }
td.TdClassName
{
border-color: #865D3B;
}
.TagClassName
{
border-color: #865D3B;
}
</style>