Shades of Potters Clay #865D3C
Tints of Potters Clay #865D3C
RGB
CMYK
RGB Variations
Color information
#865D3C (or 0x865D3C) is known color: Potters Clay. HEX triplet: 86, 5D and 3C. RGB value is (134,93,60). Sum of RGB (Red+Green+Blue) = 134+93+60=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D3C is #79A2C3. Grayscale: #656565. Windows color (decimal): -7971524 or 3956102. OLE color: 3956102.
HSL color Cylindrical-coordinate representation of color #865D3C: hue angle of 26.76º 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 #865D3C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 60 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.47 |
| HSL | 26.76º | 0.38% | 0.38% | - |
| HSV(B) | 26.76º | 0.55% | 0.53% | - |
| XYZ | 14.56 | 13.22 | 6.06 | - |
| YUV | 101.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 60 | 0 | 0.31 | 0.55 | 0.47 | 26.76 | 0.38 | 0.38 |
| Hex | 86 | 5D | 3C | 0 | 1F | 37 | 2F | 1B | 26 | 26 |
| Octal | 206 | 135 | 74 | 0 | 37 | 67 | 57 | 33 | 46 | 46 |
| Binary | 10000110 | 1011101 | 111100 | 0 | 11111 | 110111 | 101111 | 11011 | 100110 | 100110 |
Color Harmonies of #865D3C
Complementary color
Monochromatic Colors of #865D3C
Black with #865D3C
Text Example
Text Example
White with #865D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D3C; }
p { color: rgb(134,93,60); }
H1.HeaderClassName
{
color: #865D3C;
}
.AnyTagClassName
{
color: #865D3C;
}
</style>
background-color css
<style>
a { background-color: #865D3C; }
a { background-color: rgb(134,93,60); }
div.DivClassName
{
background-color: #865D3C;
}
.BgClassName
{
background-color: #865D3C;
}
</style>
border-color css
<style>
span { border-color: #865D3C; }
span { border-color: rgb(134,93,60); }
td.TdClassName
{
border-color: #865D3C;
}
.TagClassName
{
border-color: #865D3C;
}
</style>