Shades of Arrowtown #81796C
Tints of Arrowtown #81796C
RGB
CMYK
RGB Variations
Color information
#81796C (or 0x81796C) is known color: Arrowtown. HEX triplet: 81, 79 and 6C. RGB value is (129,121,108). Sum of RGB (Red+Green+Blue) = 129+121+108=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #81796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81796C is #7E8693. Grayscale: #797979. Windows color (decimal): -8291988 or 7108993. OLE color: 7108993.
HSL color Cylindrical-coordinate representation of color #81796C: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81796C is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 108 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.49 |
| HSL | 37.14º | 0.09% | 0.46% | - |
| HSV(B) | 37.14º | 0.16% | 0.51% | - |
| XYZ | 18.6 | 19.42 | 16.96 | - |
| YUV | 121.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 108 | 0 | 0.06 | 0.16 | 0.49 | 37.14 | 0.09 | 0.46 |
| Hex | 81 | 79 | 6C | 0 | 6 | 10 | 31 | 25 | 9 | 2E |
| Octal | 201 | 171 | 154 | 0 | 6 | 20 | 61 | 45 | 11 | 56 |
| Binary | 10000001 | 1111001 | 1101100 | 0 | 110 | 10000 | 110001 | 100101 | 1001 | 101110 |
Color Harmonies of #81796C
Complementary color
Monochromatic Colors of #81796C
Black with #81796C
Text Example
Text Example
White with #81796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81796C; }
p { color: rgb(129,121,108); }
H1.HeaderClassName
{
color: #81796C;
}
.AnyTagClassName
{
color: #81796C;
}
</style>
background-color css
<style>
a { background-color: #81796C; }
a { background-color: rgb(129,121,108); }
div.DivClassName
{
background-color: #81796C;
}
.BgClassName
{
background-color: #81796C;
}
</style>
border-color css
<style>
span { border-color: #81796C; }
span { border-color: rgb(129,121,108); }
td.TdClassName
{
border-color: #81796C;
}
.TagClassName
{
border-color: #81796C;
}
</style>