Shades of Arrowtown #847C6E
Tints of Arrowtown #847C6E
RGB
CMYK
RGB Variations
Color information
#847C6E (or 0x847C6E) is known color: Arrowtown. HEX triplet: 84, 7C and 6E. RGB value is (132,124,110). Sum of RGB (Red+Green+Blue) = 132+124+110=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #847C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C6E is #7B8391. Grayscale: #7C7C7C. Windows color (decimal): -8094610 or 7240836. OLE color: 7240836.
HSL color Cylindrical-coordinate representation of color #847C6E: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847C6E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 110 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.48 |
| HSL | 38.18º | 0.09% | 0.47% | - |
| HSV(B) | 38.18º | 0.17% | 0.52% | - |
| XYZ | 19.54 | 20.45 | 17.67 | - |
| YUV | 124.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 110 | 0 | 0.06 | 0.17 | 0.48 | 38.18 | 0.09 | 0.47 |
| Hex | 84 | 7C | 6E | 0 | 6 | 11 | 30 | 26 | 9 | 2F |
| Octal | 204 | 174 | 156 | 0 | 6 | 21 | 60 | 46 | 11 | 57 |
| Binary | 10000100 | 1111100 | 1101110 | 0 | 110 | 10001 | 110000 | 100110 | 1001 | 101111 |
Color Harmonies of #847C6E
Complementary color
Monochromatic Colors of #847C6E
Black with #847C6E
Text Example
Text Example
White with #847C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C6E; }
p { color: rgb(132,124,110); }
H1.HeaderClassName
{
color: #847C6E;
}
.AnyTagClassName
{
color: #847C6E;
}
</style>
background-color css
<style>
a { background-color: #847C6E; }
a { background-color: rgb(132,124,110); }
div.DivClassName
{
background-color: #847C6E;
}
.BgClassName
{
background-color: #847C6E;
}
</style>
border-color css
<style>
span { border-color: #847C6E; }
span { border-color: rgb(132,124,110); }
td.TdClassName
{
border-color: #847C6E;
}
.TagClassName
{
border-color: #847C6E;
}
</style>