Shades of Potters Clay #81603D
Tints of Potters Clay #81603D
RGB
CMYK
RGB Variations
Color information
#81603D (or 0x81603D) is known color: Potters Clay. HEX triplet: 81, 60 and 3D. RGB value is (129,96,61). Sum of RGB (Red+Green+Blue) = 129+96+61=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81603D is #7E9FC2. Grayscale: #666666. Windows color (decimal): -8298435 or 4022401. OLE color: 4022401.
HSL color Cylindrical-coordinate representation of color #81603D: hue angle of 30.88º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81603D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 96 | 61 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.49 |
| HSL | 30.88º | 0.36% | 0.37% | - |
| HSV(B) | 30.88º | 0.53% | 0.51% | - |
| XYZ | 14.08 | 13.37 | 6.25 | - |
| YUV | 101.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 61 | 0 | 0.26 | 0.53 | 0.49 | 30.88 | 0.36 | 0.37 |
| Hex | 81 | 60 | 3D | 0 | 1A | 35 | 31 | 1F | 24 | 25 |
| Octal | 201 | 140 | 75 | 0 | 32 | 65 | 61 | 37 | 44 | 45 |
| Binary | 10000001 | 1100000 | 111101 | 0 | 11010 | 110101 | 110001 | 11111 | 100100 | 100101 |
Color Harmonies of #81603D
Complementary color
Monochromatic Colors of #81603D
Black with #81603D
Text Example
Text Example
White with #81603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81603D; }
p { color: rgb(129,96,61); }
H1.HeaderClassName
{
color: #81603D;
}
.AnyTagClassName
{
color: #81603D;
}
</style>
background-color css
<style>
a { background-color: #81603D; }
a { background-color: rgb(129,96,61); }
div.DivClassName
{
background-color: #81603D;
}
.BgClassName
{
background-color: #81603D;
}
</style>
border-color css
<style>
span { border-color: #81603D; }
span { border-color: rgb(129,96,61); }
td.TdClassName
{
border-color: #81603D;
}
.TagClassName
{
border-color: #81603D;
}
</style>