Shades of Arrowtown #847C6D
Tints of Arrowtown #847C6D
RGB
CMYK
RGB Variations
Color information
#847C6D (or 0x847C6D) is known color: Arrowtown. HEX triplet: 84, 7C and 6D. RGB value is (132,124,109). Sum of RGB (Red+Green+Blue) = 132+124+109=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C6D is #7B8392. Grayscale: #7C7C7C. Windows color (decimal): -8094611 or 7175300. OLE color: 7175300.
HSL color Cylindrical-coordinate representation of color #847C6D: hue angle of 39.13º degrees, saturation: 0.1, 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 #847C6D is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 109 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.48 |
| HSL | 39.13º | 0.1% | 0.47% | - |
| HSV(B) | 39.13º | 0.17% | 0.52% | - |
| XYZ | 19.48 | 20.42 | 17.38 | - |
| YUV | 124.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 109 | 0 | 0.06 | 0.17 | 0.48 | 39.13 | 0.1 | 0.47 |
| Hex | 84 | 7C | 6D | 0 | 6 | 11 | 30 | 27 | A | 2F |
| Octal | 204 | 174 | 155 | 0 | 6 | 21 | 60 | 47 | 12 | 57 |
| Binary | 10000100 | 1111100 | 1101101 | 0 | 110 | 10001 | 110000 | 100111 | 1010 | 101111 |
Color Harmonies of #847C6D
Complementary color
Monochromatic Colors of #847C6D
Black with #847C6D
Text Example
Text Example
White with #847C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C6D; }
p { color: rgb(132,124,109); }
H1.HeaderClassName
{
color: #847C6D;
}
.AnyTagClassName
{
color: #847C6D;
}
</style>
background-color css
<style>
a { background-color: #847C6D; }
a { background-color: rgb(132,124,109); }
div.DivClassName
{
background-color: #847C6D;
}
.BgClassName
{
background-color: #847C6D;
}
</style>
border-color css
<style>
span { border-color: #847C6D; }
span { border-color: rgb(132,124,109); }
td.TdClassName
{
border-color: #847C6D;
}
.TagClassName
{
border-color: #847C6D;
}
</style>