Shades of Potters Clay #865E3C
Tints of Potters Clay #865E3C
RGB
CMYK
RGB Variations
Color information
#865E3C (or 0x865E3C) is known color: Potters Clay. HEX triplet: 86, 5E and 3C. RGB value is (134,94,60). Sum of RGB (Red+Green+Blue) = 134+94+60=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E3C is #79A1C3. Grayscale: #666666. Windows color (decimal): -7971268 or 3956358. OLE color: 3956358.
HSL color Cylindrical-coordinate representation of color #865E3C: hue angle of 27.57º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865E3C is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 60 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.47 |
| HSL | 27.57º | 0.38% | 0.38% | - |
| HSV(B) | 27.57º | 0.55% | 0.53% | - |
| XYZ | 14.65 | 13.4 | 6.09 | - |
| YUV | 102.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 60 | 0 | 0.30 | 0.55 | 0.47 | 27.57 | 0.38 | 0.38 |
| Hex | 86 | 5E | 3C | 0 | 1E | 37 | 2F | 1C | 26 | 26 |
| Octal | 206 | 136 | 74 | 0 | 36 | 67 | 57 | 34 | 46 | 46 |
| Binary | 10000110 | 1011110 | 111100 | 0 | 11110 | 110111 | 101111 | 11100 | 100110 | 100110 |
Color Harmonies of #865E3C
Complementary color
Monochromatic Colors of #865E3C
Black with #865E3C
Text Example
Text Example
White with #865E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E3C; }
p { color: rgb(134,94,60); }
H1.HeaderClassName
{
color: #865E3C;
}
.AnyTagClassName
{
color: #865E3C;
}
</style>
background-color css
<style>
a { background-color: #865E3C; }
a { background-color: rgb(134,94,60); }
div.DivClassName
{
background-color: #865E3C;
}
.BgClassName
{
background-color: #865E3C;
}
</style>
border-color css
<style>
span { border-color: #865E3C; }
span { border-color: rgb(134,94,60); }
td.TdClassName
{
border-color: #865E3C;
}
.TagClassName
{
border-color: #865E3C;
}
</style>