Shades of Arrowtown #867C64
Tints of Arrowtown #867C64
RGB
CMYK
RGB Variations
Color information
#867C64 (or 0x867C64) is known color: Arrowtown. HEX triplet: 86, 7C and 64. RGB value is (134,124,100). Sum of RGB (Red+Green+Blue) = 134+124+100=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C64 is #79839B. Grayscale: #7C7C7C. Windows color (decimal): -7963548 or 6585478. OLE color: 6585478.
HSL color Cylindrical-coordinate representation of color #867C64: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867C64 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 100 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.47 |
| HSL | 42.35º | 0.15% | 0.46% | - |
| HSV(B) | 42.35º | 0.25% | 0.53% | - |
| XYZ | 19.34 | 20.4 | 14.98 | - |
| YUV | 124.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 100 | 0 | 0.07 | 0.25 | 0.47 | 42.35 | 0.15 | 0.46 |
| Hex | 86 | 7C | 64 | 0 | 7 | 19 | 2F | 2A | F | 2E |
| Octal | 206 | 174 | 144 | 0 | 7 | 31 | 57 | 52 | 17 | 56 |
| Binary | 10000110 | 1111100 | 1100100 | 0 | 111 | 11001 | 101111 | 101010 | 1111 | 101110 |
Color Harmonies of #867C64
Complementary color
Monochromatic Colors of #867C64
Black with #867C64
Text Example
Text Example
White with #867C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C64; }
p { color: rgb(134,124,100); }
H1.HeaderClassName
{
color: #867C64;
}
.AnyTagClassName
{
color: #867C64;
}
</style>
background-color css
<style>
a { background-color: #867C64; }
a { background-color: rgb(134,124,100); }
div.DivClassName
{
background-color: #867C64;
}
.BgClassName
{
background-color: #867C64;
}
</style>
border-color css
<style>
span { border-color: #867C64; }
span { border-color: rgb(134,124,100); }
td.TdClassName
{
border-color: #867C64;
}
.TagClassName
{
border-color: #867C64;
}
</style>