Shades of Arrowtown #867B62
Tints of Arrowtown #867B62
RGB
CMYK
RGB Variations
Color information
#867B62 (or 0x867B62) is known color: Arrowtown. HEX triplet: 86, 7B and 62. RGB value is (134,123,98). Sum of RGB (Red+Green+Blue) = 134+123+98=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B62 is #79849D. Grayscale: #7B7B7B. Windows color (decimal): -7963806 or 6454150. OLE color: 6454150.
HSL color Cylindrical-coordinate representation of color #867B62: hue angle of 41.67º 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 #867B62 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 98 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.47 |
| HSL | 41.67º | 0.16% | 0.45% | - |
| HSV(B) | 41.67º | 0.27% | 0.53% | - |
| XYZ | 19.12 | 20.12 | 14.43 | - |
| YUV | 123.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 98 | 0 | 0.08 | 0.27 | 0.47 | 41.67 | 0.16 | 0.45 |
| Hex | 86 | 7B | 62 | 0 | 8 | 1B | 2F | 2A | 10 | 2D |
| Octal | 206 | 173 | 142 | 0 | 10 | 33 | 57 | 52 | 20 | 55 |
| Binary | 10000110 | 1111011 | 1100010 | 0 | 1000 | 11011 | 101111 | 101010 | 10000 | 101101 |
Color Harmonies of #867B62
Complementary color
Monochromatic Colors of #867B62
Black with #867B62
Text Example
Text Example
White with #867B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B62; }
p { color: rgb(134,123,98); }
H1.HeaderClassName
{
color: #867B62;
}
.AnyTagClassName
{
color: #867B62;
}
</style>
background-color css
<style>
a { background-color: #867B62; }
a { background-color: rgb(134,123,98); }
div.DivClassName
{
background-color: #867B62;
}
.BgClassName
{
background-color: #867B62;
}
</style>
border-color css
<style>
span { border-color: #867B62; }
span { border-color: rgb(134,123,98); }
td.TdClassName
{
border-color: #867B62;
}
.TagClassName
{
border-color: #867B62;
}
</style>