Shades of Tapa #81816D
Tints of Tapa #81816D
RGB
CMYK
RGB Variations
Color information
#81816D (or 0x81816D) is known color: Tapa. HEX triplet: 81, 81 and 6D. RGB value is (129,129,109). Sum of RGB (Red+Green+Blue) = 129+129+109=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81816D is #7E7E92. Grayscale: #7E7E7E. Windows color (decimal): -8289939 or 7176577. OLE color: 7176577.
HSL color Cylindrical-coordinate representation of color #81816D: hue angle of 60º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81816D is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 129 | 109 | - |
| CMYK | 0 | 0 | 0.16 | 0.49 |
| HSL | 60º | 0.08% | 0.47% | - |
| HSV(B) | 60º | 0.16% | 0.51% | - |
| XYZ | 19.66 | 21.47 | 17.58 | - |
| YUV | 126.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 129 | 109 | 0 | 0 | 0.16 | 0.49 | 60 | 0.08 | 0.47 |
| Hex | 81 | 81 | 6D | 0 | 0 | 10 | 31 | 3C | 8 | 2F |
| Octal | 201 | 201 | 155 | 0 | 0 | 20 | 61 | 74 | 10 | 57 |
| Binary | 10000001 | 10000001 | 1101101 | 0 | 0 | 10000 | 110001 | 111100 | 1000 | 101111 |
Color Harmonies of #81816D
Complementary color
Monochromatic Colors of #81816D
Black with #81816D
Text Example
Text Example
White with #81816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81816D; }
p { color: rgb(129,129,109); }
H1.HeaderClassName
{
color: #81816D;
}
.AnyTagClassName
{
color: #81816D;
}
</style>
background-color css
<style>
a { background-color: #81816D; }
a { background-color: rgb(129,129,109); }
div.DivClassName
{
background-color: #81816D;
}
.BgClassName
{
background-color: #81816D;
}
</style>
border-color css
<style>
span { border-color: #81816D; }
span { border-color: rgb(129,129,109); }
td.TdClassName
{
border-color: #81816D;
}
.TagClassName
{
border-color: #81816D;
}
</style>