Shades of Potters Clay #865B3A
Tints of Potters Clay #865B3A
RGB
CMYK
RGB Variations
Color information
#865B3A (or 0x865B3A) is known color: Potters Clay. HEX triplet: 86, 5B and 3A. RGB value is (134,91,58). Sum of RGB (Red+Green+Blue) = 134+91+58=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B3A is #79A4C5. Grayscale: #646464. Windows color (decimal): -7972038 or 3824518. OLE color: 3824518.
HSL color Cylindrical-coordinate representation of color #865B3A: hue angle of 26.05º 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 #865B3A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 58 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.47 |
| HSL | 26.05º | 0.4% | 0.38% | - |
| HSV(B) | 26.05º | 0.57% | 0.53% | - |
| XYZ | 14.34 | 12.86 | 5.73 | - |
| YUV | 100.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 58 | 0 | 0.32 | 0.57 | 0.47 | 26.05 | 0.4 | 0.38 |
| Hex | 86 | 5B | 3A | 0 | 20 | 39 | 2F | 1A | 28 | 26 |
| Octal | 206 | 133 | 72 | 0 | 40 | 71 | 57 | 32 | 50 | 46 |
| Binary | 10000110 | 1011011 | 111010 | 0 | 100000 | 111001 | 101111 | 11010 | 101000 | 100110 |
Color Harmonies of #865B3A
Complementary color
Monochromatic Colors of #865B3A
Black with #865B3A
Text Example
Text Example
White with #865B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B3A; }
p { color: rgb(134,91,58); }
H1.HeaderClassName
{
color: #865B3A;
}
.AnyTagClassName
{
color: #865B3A;
}
</style>
background-color css
<style>
a { background-color: #865B3A; }
a { background-color: rgb(134,91,58); }
div.DivClassName
{
background-color: #865B3A;
}
.BgClassName
{
background-color: #865B3A;
}
</style>
border-color css
<style>
span { border-color: #865B3A; }
span { border-color: rgb(134,91,58); }
td.TdClassName
{
border-color: #865B3A;
}
.TagClassName
{
border-color: #865B3A;
}
</style>