Shades of Arrowtown #867D67
Tints of Arrowtown #867D67
RGB
CMYK
RGB Variations
Color information
#867D67 (or 0x867D67) is known color: Arrowtown. HEX triplet: 86, 7D and 67. RGB value is (134,125,103). Sum of RGB (Red+Green+Blue) = 134+125+103=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D67 is #798298. Grayscale: #7D7D7D. Windows color (decimal): -7963289 or 6782342. OLE color: 6782342.
HSL color Cylindrical-coordinate representation of color #867D67: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #867D67 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 103 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.47 |
| HSL | 42.58º | 0.13% | 0.46% | - |
| HSV(B) | 42.58º | 0.23% | 0.53% | - |
| XYZ | 19.61 | 20.71 | 15.8 | - |
| YUV | 125.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 103 | 0 | 0.07 | 0.23 | 0.47 | 42.58 | 0.13 | 0.46 |
| Hex | 86 | 7D | 67 | 0 | 7 | 17 | 2F | 2B | D | 2E |
| Octal | 206 | 175 | 147 | 0 | 7 | 27 | 57 | 53 | 15 | 56 |
| Binary | 10000110 | 1111101 | 1100111 | 0 | 111 | 10111 | 101111 | 101011 | 1101 | 101110 |
Color Harmonies of #867D67
Complementary color
Monochromatic Colors of #867D67
Black with #867D67
Text Example
Text Example
White with #867D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D67; }
p { color: rgb(134,125,103); }
H1.HeaderClassName
{
color: #867D67;
}
.AnyTagClassName
{
color: #867D67;
}
</style>
background-color css
<style>
a { background-color: #867D67; }
a { background-color: rgb(134,125,103); }
div.DivClassName
{
background-color: #867D67;
}
.BgClassName
{
background-color: #867D67;
}
</style>
border-color css
<style>
span { border-color: #867D67; }
span { border-color: rgb(134,125,103); }
td.TdClassName
{
border-color: #867D67;
}
.TagClassName
{
border-color: #867D67;
}
</style>