Shades of Arrowtown #867C65
Tints of Arrowtown #867C65
RGB
CMYK
RGB Variations
Color information
#867C65 (or 0x867C65) is known color: Arrowtown. HEX triplet: 86, 7C and 65. RGB value is (134,124,101). Sum of RGB (Red+Green+Blue) = 134+124+101=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #867C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C65 is #79839A. Grayscale: #7C7C7C. Windows color (decimal): -7963547 or 6651014. OLE color: 6651014.
HSL color Cylindrical-coordinate representation of color #867C65: hue angle of 41.82º degrees, saturation: 0.14, 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 #867C65 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 101 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.47 |
| HSL | 41.82º | 0.14% | 0.46% | - |
| HSV(B) | 41.82º | 0.25% | 0.53% | - |
| XYZ | 19.39 | 20.42 | 15.23 | - |
| YUV | 124.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 101 | 0 | 0.07 | 0.25 | 0.47 | 41.82 | 0.14 | 0.46 |
| Hex | 86 | 7C | 65 | 0 | 7 | 19 | 2F | 2A | E | 2E |
| Octal | 206 | 174 | 145 | 0 | 7 | 31 | 57 | 52 | 16 | 56 |
| Binary | 10000110 | 1111100 | 1100101 | 0 | 111 | 11001 | 101111 | 101010 | 1110 | 101110 |
Color Harmonies of #867C65
Complementary color
Monochromatic Colors of #867C65
Black with #867C65
Text Example
Text Example
White with #867C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C65; }
p { color: rgb(134,124,101); }
H1.HeaderClassName
{
color: #867C65;
}
.AnyTagClassName
{
color: #867C65;
}
</style>
background-color css
<style>
a { background-color: #867C65; }
a { background-color: rgb(134,124,101); }
div.DivClassName
{
background-color: #867C65;
}
.BgClassName
{
background-color: #867C65;
}
</style>
border-color css
<style>
span { border-color: #867C65; }
span { border-color: rgb(134,124,101); }
td.TdClassName
{
border-color: #867C65;
}
.TagClassName
{
border-color: #867C65;
}
</style>