Shades of Potters Clay #84563D
Tints of Potters Clay #84563D
RGB
CMYK
RGB Variations
Color information
#84563D (or 0x84563D) is known color: Potters Clay. HEX triplet: 84, 56 and 3D. RGB value is (132,86,61). Sum of RGB (Red+Green+Blue) = 132+86+61=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84563D is #7BA9C2. Grayscale: #616161. Windows color (decimal): -8104387 or 4019844. OLE color: 4019844.
HSL color Cylindrical-coordinate representation of color #84563D: hue angle of 21.13º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84563D is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 61 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.48 |
| HSL | 21.13º | 0.37% | 0.38% | - |
| HSV(B) | 21.13º | 0.54% | 0.52% | - |
| XYZ | 13.69 | 11.9 | 5.99 | - |
| YUV | 96.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 61 | 0 | 0.35 | 0.54 | 0.48 | 21.13 | 0.37 | 0.38 |
| Hex | 84 | 56 | 3D | 0 | 23 | 36 | 30 | 15 | 25 | 26 |
| Octal | 204 | 126 | 75 | 0 | 43 | 66 | 60 | 25 | 45 | 46 |
| Binary | 10000100 | 1010110 | 111101 | 0 | 100011 | 110110 | 110000 | 10101 | 100101 | 100110 |
Color Harmonies of #84563D
Complementary color
Monochromatic Colors of #84563D
Black with #84563D
Text Example
Text Example
White with #84563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84563D; }
p { color: rgb(132,86,61); }
H1.HeaderClassName
{
color: #84563D;
}
.AnyTagClassName
{
color: #84563D;
}
</style>
background-color css
<style>
a { background-color: #84563D; }
a { background-color: rgb(132,86,61); }
div.DivClassName
{
background-color: #84563D;
}
.BgClassName
{
background-color: #84563D;
}
</style>
border-color css
<style>
span { border-color: #84563D; }
span { border-color: rgb(132,86,61); }
td.TdClassName
{
border-color: #84563D;
}
.TagClassName
{
border-color: #84563D;
}
</style>