Shades of Arrowtown #817A63
Tints of Arrowtown #817A63
RGB
CMYK
RGB Variations
Color information
#817A63 (or 0x817A63) is known color: Arrowtown. HEX triplet: 81, 7A and 63. RGB value is (129,122,99). Sum of RGB (Red+Green+Blue) = 129+122+99=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #817A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A63 is #7E859C. Grayscale: #797979. Windows color (decimal): -8291741 or 6519425. OLE color: 6519425.
HSL color Cylindrical-coordinate representation of color #817A63: hue angle of 46º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817A63 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 99 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.49 |
| HSL | 46º | 0.13% | 0.45% | - |
| HSV(B) | 46º | 0.23% | 0.51% | - |
| XYZ | 18.26 | 19.49 | 14.6 | - |
| YUV | 121.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 99 | 0 | 0.05 | 0.23 | 0.49 | 46 | 0.13 | 0.45 |
| Hex | 81 | 7A | 63 | 0 | 5 | 17 | 31 | 2E | D | 2D |
| Octal | 201 | 172 | 143 | 0 | 5 | 27 | 61 | 56 | 15 | 55 |
| Binary | 10000001 | 1111010 | 1100011 | 0 | 101 | 10111 | 110001 | 101110 | 1101 | 101101 |
Color Harmonies of #817A63
Complementary color
Monochromatic Colors of #817A63
Black with #817A63
Text Example
Text Example
White with #817A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A63; }
p { color: rgb(129,122,99); }
H1.HeaderClassName
{
color: #817A63;
}
.AnyTagClassName
{
color: #817A63;
}
</style>
background-color css
<style>
a { background-color: #817A63; }
a { background-color: rgb(129,122,99); }
div.DivClassName
{
background-color: #817A63;
}
.BgClassName
{
background-color: #817A63;
}
</style>
border-color css
<style>
span { border-color: #817A63; }
span { border-color: rgb(129,122,99); }
td.TdClassName
{
border-color: #817A63;
}
.TagClassName
{
border-color: #817A63;
}
</style>