Shades of Potters Clay #865B3C
Tints of Potters Clay #865B3C
RGB
CMYK
RGB Variations
Color information
#865B3C (or 0x865B3C) is known color: Potters Clay. HEX triplet: 86, 5B and 3C. RGB value is (134,91,60). Sum of RGB (Red+Green+Blue) = 134+91+60=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B3C is #79A4C3. Grayscale: #646464. Windows color (decimal): -7972036 or 3955590. OLE color: 3955590.
HSL color Cylindrical-coordinate representation of color #865B3C: hue angle of 25.14º 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 #865B3C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 60 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.47 |
| HSL | 25.14º | 0.38% | 0.38% | - |
| HSV(B) | 25.14º | 0.55% | 0.53% | - |
| XYZ | 14.39 | 12.88 | 6 | - |
| YUV | 100.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 60 | 0 | 0.32 | 0.55 | 0.47 | 25.14 | 0.38 | 0.38 |
| Hex | 86 | 5B | 3C | 0 | 20 | 37 | 2F | 19 | 26 | 26 |
| Octal | 206 | 133 | 74 | 0 | 40 | 67 | 57 | 31 | 46 | 46 |
| Binary | 10000110 | 1011011 | 111100 | 0 | 100000 | 110111 | 101111 | 11001 | 100110 | 100110 |
Color Harmonies of #865B3C
Complementary color
Monochromatic Colors of #865B3C
Black with #865B3C
Text Example
Text Example
White with #865B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B3C; }
p { color: rgb(134,91,60); }
H1.HeaderClassName
{
color: #865B3C;
}
.AnyTagClassName
{
color: #865B3C;
}
</style>
background-color css
<style>
a { background-color: #865B3C; }
a { background-color: rgb(134,91,60); }
div.DivClassName
{
background-color: #865B3C;
}
.BgClassName
{
background-color: #865B3C;
}
</style>
border-color css
<style>
span { border-color: #865B3C; }
span { border-color: rgb(134,91,60); }
td.TdClassName
{
border-color: #865B3C;
}
.TagClassName
{
border-color: #865B3C;
}
</style>