Shades of Arrowtown #867C6D
Tints of Arrowtown #867C6D
RGB
CMYK
RGB Variations
Color information
#867C6D (or 0x867C6D) is known color: Arrowtown. HEX triplet: 86, 7C and 6D. RGB value is (134,124,109). Sum of RGB (Red+Green+Blue) = 134+124+109=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C6D is #798392. Grayscale: #7D7D7D. Windows color (decimal): -7963539 or 7175302. OLE color: 7175302.
HSL color Cylindrical-coordinate representation of color #867C6D: hue angle of 36º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867C6D is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 109 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.47 |
| HSL | 36º | 0.1% | 0.48% | - |
| HSV(B) | 36º | 0.19% | 0.53% | - |
| XYZ | 19.8 | 20.59 | 17.4 | - |
| YUV | 125.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 109 | 0 | 0.07 | 0.19 | 0.47 | 36 | 0.1 | 0.48 |
| Hex | 86 | 7C | 6D | 0 | 7 | 13 | 2F | 24 | A | 30 |
| Octal | 206 | 174 | 155 | 0 | 7 | 23 | 57 | 44 | 12 | 60 |
| Binary | 10000110 | 1111100 | 1101101 | 0 | 111 | 10011 | 101111 | 100100 | 1010 | 110000 |
Color Harmonies of #867C6D
Complementary color
Monochromatic Colors of #867C6D
Black with #867C6D
Text Example
Text Example
White with #867C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C6D; }
p { color: rgb(134,124,109); }
H1.HeaderClassName
{
color: #867C6D;
}
.AnyTagClassName
{
color: #867C6D;
}
</style>
background-color css
<style>
a { background-color: #867C6D; }
a { background-color: rgb(134,124,109); }
div.DivClassName
{
background-color: #867C6D;
}
.BgClassName
{
background-color: #867C6D;
}
</style>
border-color css
<style>
span { border-color: #867C6D; }
span { border-color: rgb(134,124,109); }
td.TdClassName
{
border-color: #867C6D;
}
.TagClassName
{
border-color: #867C6D;
}
</style>