Shades of Arrowtown #867C68
Tints of Arrowtown #867C68
RGB
CMYK
RGB Variations
Color information
#867C68 (or 0x867C68) is known color: Arrowtown. HEX triplet: 86, 7C and 68. RGB value is (134,124,104). Sum of RGB (Red+Green+Blue) = 134+124+104=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C68 is #798397. Grayscale: #7C7C7C. Windows color (decimal): -7963544 or 6847622. OLE color: 6847622.
HSL color Cylindrical-coordinate representation of color #867C68: hue angle of 40º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867C68 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 104 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.47 |
| HSL | 40º | 0.13% | 0.47% | - |
| HSV(B) | 40º | 0.22% | 0.53% | - |
| XYZ | 19.54 | 20.48 | 16.02 | - |
| YUV | 124.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 104 | 0 | 0.07 | 0.22 | 0.47 | 40 | 0.13 | 0.47 |
| Hex | 86 | 7C | 68 | 0 | 7 | 16 | 2F | 28 | D | 2F |
| Octal | 206 | 174 | 150 | 0 | 7 | 26 | 57 | 50 | 15 | 57 |
| Binary | 10000110 | 1111100 | 1101000 | 0 | 111 | 10110 | 101111 | 101000 | 1101 | 101111 |
Color Harmonies of #867C68
Complementary color
Monochromatic Colors of #867C68
Black with #867C68
Text Example
Text Example
White with #867C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C68; }
p { color: rgb(134,124,104); }
H1.HeaderClassName
{
color: #867C68;
}
.AnyTagClassName
{
color: #867C68;
}
</style>
background-color css
<style>
a { background-color: #867C68; }
a { background-color: rgb(134,124,104); }
div.DivClassName
{
background-color: #867C68;
}
.BgClassName
{
background-color: #867C68;
}
</style>
border-color css
<style>
span { border-color: #867C68; }
span { border-color: rgb(134,124,104); }
td.TdClassName
{
border-color: #867C68;
}
.TagClassName
{
border-color: #867C68;
}
</style>