Shades of Arrowtown #817B66
Tints of Arrowtown #817B66
RGB
CMYK
RGB Variations
Color information
#817B66 (or 0x817B66) is known color: Arrowtown. HEX triplet: 81, 7B and 66. RGB value is (129,123,102). Sum of RGB (Red+Green+Blue) = 129+123+102=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #817B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B66 is #7E8499. Grayscale: #7A7A7A. Windows color (decimal): -8291482 or 6716289. OLE color: 6716289.
HSL color Cylindrical-coordinate representation of color #817B66: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817B66 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 102 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.49 |
| HSL | 46.67º | 0.12% | 0.45% | - |
| HSV(B) | 46.67º | 0.21% | 0.51% | - |
| XYZ | 18.53 | 19.79 | 15.41 | - |
| YUV | 122.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 102 | 0 | 0.05 | 0.21 | 0.49 | 46.67 | 0.12 | 0.45 |
| Hex | 81 | 7B | 66 | 0 | 5 | 15 | 31 | 2F | C | 2D |
| Octal | 201 | 173 | 146 | 0 | 5 | 25 | 61 | 57 | 14 | 55 |
| Binary | 10000001 | 1111011 | 1100110 | 0 | 101 | 10101 | 110001 | 101111 | 1100 | 101101 |
Color Harmonies of #817B66
Complementary color
Monochromatic Colors of #817B66
Black with #817B66
Text Example
Text Example
White with #817B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B66; }
p { color: rgb(129,123,102); }
H1.HeaderClassName
{
color: #817B66;
}
.AnyTagClassName
{
color: #817B66;
}
</style>
background-color css
<style>
a { background-color: #817B66; }
a { background-color: rgb(129,123,102); }
div.DivClassName
{
background-color: #817B66;
}
.BgClassName
{
background-color: #817B66;
}
</style>
border-color css
<style>
span { border-color: #817B66; }
span { border-color: rgb(129,123,102); }
td.TdClassName
{
border-color: #817B66;
}
.TagClassName
{
border-color: #817B66;
}
</style>