Shades of Arrowtown #86806F
Tints of Arrowtown #86806F
RGB
CMYK
RGB Variations
Color information
#86806F (or 0x86806F) is known color: Arrowtown. HEX triplet: 86, 80 and 6F. RGB value is (134,128,111). Sum of RGB (Red+Green+Blue) = 134+128+111=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806F is #797F90. Grayscale: #7F7F7F. Windows color (decimal): -7962513 or 7307398. OLE color: 7307398.
HSL color Cylindrical-coordinate representation of color #86806F: hue angle of 44.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86806F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 111 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.47 |
| HSL | 44.35º | 0.09% | 0.48% | - |
| HSV(B) | 44.35º | 0.17% | 0.53% | - |
| XYZ | 20.42 | 21.65 | 18.14 | - |
| YUV | 127.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 111 | 0 | 0.04 | 0.17 | 0.47 | 44.35 | 0.09 | 0.48 |
| Hex | 86 | 80 | 6F | 0 | 4 | 11 | 2F | 2C | 9 | 30 |
| Octal | 206 | 200 | 157 | 0 | 4 | 21 | 57 | 54 | 11 | 60 |
| Binary | 10000110 | 10000000 | 1101111 | 0 | 100 | 10001 | 101111 | 101100 | 1001 | 110000 |
Color Harmonies of #86806F
Complementary color
Monochromatic Colors of #86806F
Black with #86806F
Text Example
Text Example
White with #86806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86806F; }
p { color: rgb(134,128,111); }
H1.HeaderClassName
{
color: #86806F;
}
.AnyTagClassName
{
color: #86806F;
}
</style>
background-color css
<style>
a { background-color: #86806F; }
a { background-color: rgb(134,128,111); }
div.DivClassName
{
background-color: #86806F;
}
.BgClassName
{
background-color: #86806F;
}
</style>
border-color css
<style>
span { border-color: #86806F; }
span { border-color: rgb(134,128,111); }
td.TdClassName
{
border-color: #86806F;
}
.TagClassName
{
border-color: #86806F;
}
</style>