Shades of Arrowtown #817C68
Tints of Arrowtown #817C68
RGB
CMYK
RGB Variations
Color information
#817C68 (or 0x817C68) is known color: Arrowtown. HEX triplet: 81, 7C and 68. RGB value is (129,124,104). Sum of RGB (Red+Green+Blue) = 129+124+104=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C68 is #7E8397. Grayscale: #7B7B7B. Windows color (decimal): -8291224 or 6847617. OLE color: 6847617.
HSL color Cylindrical-coordinate representation of color #817C68: hue angle of 48º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #817C68 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 104 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.49 |
| HSL | 48º | 0.11% | 0.46% | - |
| HSV(B) | 48º | 0.19% | 0.51% | - |
| XYZ | 18.76 | 20.08 | 15.98 | - |
| YUV | 123.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 104 | 0 | 0.04 | 0.19 | 0.49 | 48 | 0.11 | 0.46 |
| Hex | 81 | 7C | 68 | 0 | 4 | 13 | 31 | 30 | B | 2E |
| Octal | 201 | 174 | 150 | 0 | 4 | 23 | 61 | 60 | 13 | 56 |
| Binary | 10000001 | 1111100 | 1101000 | 0 | 100 | 10011 | 110001 | 110000 | 1011 | 101110 |
Color Harmonies of #817C68
Complementary color
Monochromatic Colors of #817C68
Black with #817C68
Text Example
Text Example
White with #817C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C68; }
p { color: rgb(129,124,104); }
H1.HeaderClassName
{
color: #817C68;
}
.AnyTagClassName
{
color: #817C68;
}
</style>
background-color css
<style>
a { background-color: #817C68; }
a { background-color: rgb(129,124,104); }
div.DivClassName
{
background-color: #817C68;
}
.BgClassName
{
background-color: #817C68;
}
</style>
border-color css
<style>
span { border-color: #817C68; }
span { border-color: rgb(129,124,104); }
td.TdClassName
{
border-color: #817C68;
}
.TagClassName
{
border-color: #817C68;
}
</style>