Shades of Arrowtown #867A62
Tints of Arrowtown #867A62
RGB
CMYK
RGB Variations
Color information
#867A62 (or 0x867A62) is known color: Arrowtown. HEX triplet: 86, 7A and 62. RGB value is (134,122,98). Sum of RGB (Red+Green+Blue) = 134+122+98=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A62 is #79859D. Grayscale: #7A7A7A. Windows color (decimal): -7964062 or 6453894. OLE color: 6453894.
HSL color Cylindrical-coordinate representation of color #867A62: hue angle of 40º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867A62 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 98 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.47 |
| HSL | 40º | 0.16% | 0.45% | - |
| HSV(B) | 40º | 0.27% | 0.53% | - |
| XYZ | 19 | 19.87 | 14.39 | - |
| YUV | 122.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 98 | 0 | 0.09 | 0.27 | 0.47 | 40 | 0.16 | 0.45 |
| Hex | 86 | 7A | 62 | 0 | 9 | 1B | 2F | 28 | 10 | 2D |
| Octal | 206 | 172 | 142 | 0 | 11 | 33 | 57 | 50 | 20 | 55 |
| Binary | 10000110 | 1111010 | 1100010 | 0 | 1001 | 11011 | 101111 | 101000 | 10000 | 101101 |
Color Harmonies of #867A62
Complementary color
Monochromatic Colors of #867A62
Black with #867A62
Text Example
Text Example
White with #867A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A62; }
p { color: rgb(134,122,98); }
H1.HeaderClassName
{
color: #867A62;
}
.AnyTagClassName
{
color: #867A62;
}
</style>
background-color css
<style>
a { background-color: #867A62; }
a { background-color: rgb(134,122,98); }
div.DivClassName
{
background-color: #867A62;
}
.BgClassName
{
background-color: #867A62;
}
</style>
border-color css
<style>
span { border-color: #867A62; }
span { border-color: rgb(134,122,98); }
td.TdClassName
{
border-color: #867A62;
}
.TagClassName
{
border-color: #867A62;
}
</style>