Shades of Arrowtown #817B64
Tints of Arrowtown #817B64
RGB
CMYK
RGB Variations
Color information
#817B64 (or 0x817B64) is known color: Arrowtown. HEX triplet: 81, 7B and 64. RGB value is (129,123,100). Sum of RGB (Red+Green+Blue) = 129+123+100=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #817B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B64 is #7E849B. Grayscale: #7A7A7A. Windows color (decimal): -8291484 or 6585217. OLE color: 6585217.
HSL color Cylindrical-coordinate representation of color #817B64: hue angle of 47.59º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817B64 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 100 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.49 |
| HSL | 47.59º | 0.13% | 0.45% | - |
| HSV(B) | 47.59º | 0.22% | 0.51% | - |
| XYZ | 18.44 | 19.75 | 14.9 | - |
| YUV | 122.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 100 | 0 | 0.05 | 0.22 | 0.49 | 47.59 | 0.13 | 0.45 |
| Hex | 81 | 7B | 64 | 0 | 5 | 16 | 31 | 30 | D | 2D |
| Octal | 201 | 173 | 144 | 0 | 5 | 26 | 61 | 60 | 15 | 55 |
| Binary | 10000001 | 1111011 | 1100100 | 0 | 101 | 10110 | 110001 | 110000 | 1101 | 101101 |
Color Harmonies of #817B64
Complementary color
Monochromatic Colors of #817B64
Black with #817B64
Text Example
Text Example
White with #817B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B64; }
p { color: rgb(129,123,100); }
H1.HeaderClassName
{
color: #817B64;
}
.AnyTagClassName
{
color: #817B64;
}
</style>
background-color css
<style>
a { background-color: #817B64; }
a { background-color: rgb(129,123,100); }
div.DivClassName
{
background-color: #817B64;
}
.BgClassName
{
background-color: #817B64;
}
</style>
border-color css
<style>
span { border-color: #817B64; }
span { border-color: rgb(129,123,100); }
td.TdClassName
{
border-color: #817B64;
}
.TagClassName
{
border-color: #817B64;
}
</style>