Shades of Arrowtown #817C6D
Tints of Arrowtown #817C6D
RGB
CMYK
RGB Variations
Color information
#817C6D (or 0x817C6D) is known color: Arrowtown. HEX triplet: 81, 7C and 6D. RGB value is (129,124,109). Sum of RGB (Red+Green+Blue) = 129+124+109=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C6D is #7E8392. Grayscale: #7B7B7B. Windows color (decimal): -8291219 or 7175297. OLE color: 7175297.
HSL color Cylindrical-coordinate representation of color #817C6D: hue angle of 45º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #817C6D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 109 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.49 |
| HSL | 45º | 0.08% | 0.47% | - |
| HSV(B) | 45º | 0.16% | 0.51% | - |
| XYZ | 19.02 | 20.19 | 17.36 | - |
| YUV | 123.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 109 | 0 | 0.04 | 0.16 | 0.49 | 45 | 0.08 | 0.47 |
| Hex | 81 | 7C | 6D | 0 | 4 | 10 | 31 | 2D | 8 | 2F |
| Octal | 201 | 174 | 155 | 0 | 4 | 20 | 61 | 55 | 10 | 57 |
| Binary | 10000001 | 1111100 | 1101101 | 0 | 100 | 10000 | 110001 | 101101 | 1000 | 101111 |
Color Harmonies of #817C6D
Complementary color
Monochromatic Colors of #817C6D
Black with #817C6D
Text Example
Text Example
White with #817C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C6D; }
p { color: rgb(129,124,109); }
H1.HeaderClassName
{
color: #817C6D;
}
.AnyTagClassName
{
color: #817C6D;
}
</style>
background-color css
<style>
a { background-color: #817C6D; }
a { background-color: rgb(129,124,109); }
div.DivClassName
{
background-color: #817C6D;
}
.BgClassName
{
background-color: #817C6D;
}
</style>
border-color css
<style>
span { border-color: #817C6D; }
span { border-color: rgb(129,124,109); }
td.TdClassName
{
border-color: #817C6D;
}
.TagClassName
{
border-color: #817C6D;
}
</style>