Shades of Potters Clay #865E3D
Tints of Potters Clay #865E3D
RGB
CMYK
RGB Variations
Color information
#865E3D (or 0x865E3D) is known color: Potters Clay. HEX triplet: 86, 5E and 3D. RGB value is (134,94,61). Sum of RGB (Red+Green+Blue) = 134+94+61=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E3D is #79A1C2. Grayscale: #666666. Windows color (decimal): -7971267 or 4021894. OLE color: 4021894.
HSL color Cylindrical-coordinate representation of color #865E3D: hue angle of 27.12º 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 #865E3D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 61 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.47 |
| HSL | 27.12º | 0.37% | 0.38% | - |
| HSV(B) | 27.12º | 0.54% | 0.53% | - |
| XYZ | 14.68 | 13.41 | 6.23 | - |
| YUV | 102.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 61 | 0 | 0.30 | 0.54 | 0.47 | 27.12 | 0.37 | 0.38 |
| Hex | 86 | 5E | 3D | 0 | 1E | 36 | 2F | 1B | 25 | 26 |
| Octal | 206 | 136 | 75 | 0 | 36 | 66 | 57 | 33 | 45 | 46 |
| Binary | 10000110 | 1011110 | 111101 | 0 | 11110 | 110110 | 101111 | 11011 | 100101 | 100110 |
Color Harmonies of #865E3D
Complementary color
Monochromatic Colors of #865E3D
Black with #865E3D
Text Example
Text Example
White with #865E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E3D; }
p { color: rgb(134,94,61); }
H1.HeaderClassName
{
color: #865E3D;
}
.AnyTagClassName
{
color: #865E3D;
}
</style>
background-color css
<style>
a { background-color: #865E3D; }
a { background-color: rgb(134,94,61); }
div.DivClassName
{
background-color: #865E3D;
}
.BgClassName
{
background-color: #865E3D;
}
</style>
border-color css
<style>
span { border-color: #865E3D; }
span { border-color: rgb(134,94,61); }
td.TdClassName
{
border-color: #865E3D;
}
.TagClassName
{
border-color: #865E3D;
}
</style>