Shades of Potters Clay #84603C
Tints of Potters Clay #84603C
RGB
CMYK
RGB Variations
Color information
#84603C (or 0x84603C) is known color: Potters Clay. HEX triplet: 84, 60 and 3C. RGB value is (132,96,60). Sum of RGB (Red+Green+Blue) = 132+96+60=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84603C is #7B9FC3. Grayscale: #666666. Windows color (decimal): -8101828 or 3956868. OLE color: 3956868.
HSL color Cylindrical-coordinate representation of color #84603C: hue angle of 30º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84603C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 60 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.48 |
| HSL | 30º | 0.38% | 0.38% | - |
| HSV(B) | 30º | 0.55% | 0.52% | - |
| XYZ | 14.51 | 13.6 | 6.13 | - |
| YUV | 102.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 60 | 0 | 0.27 | 0.55 | 0.48 | 30 | 0.38 | 0.38 |
| Hex | 84 | 60 | 3C | 0 | 1B | 37 | 30 | 1E | 26 | 26 |
| Octal | 204 | 140 | 74 | 0 | 33 | 67 | 60 | 36 | 46 | 46 |
| Binary | 10000100 | 1100000 | 111100 | 0 | 11011 | 110111 | 110000 | 11110 | 100110 | 100110 |
Color Harmonies of #84603C
Complementary color
Monochromatic Colors of #84603C
Black with #84603C
Text Example
Text Example
White with #84603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84603C; }
p { color: rgb(132,96,60); }
H1.HeaderClassName
{
color: #84603C;
}
.AnyTagClassName
{
color: #84603C;
}
</style>
background-color css
<style>
a { background-color: #84603C; }
a { background-color: rgb(132,96,60); }
div.DivClassName
{
background-color: #84603C;
}
.BgClassName
{
background-color: #84603C;
}
</style>
border-color css
<style>
span { border-color: #84603C; }
span { border-color: rgb(132,96,60); }
td.TdClassName
{
border-color: #84603C;
}
.TagClassName
{
border-color: #84603C;
}
</style>