Shades of Arrowtown #847E6C
Tints of Arrowtown #847E6C
RGB
CMYK
RGB Variations
Color information
#847E6C (or 0x847E6C) is known color: Arrowtown. HEX triplet: 84, 7E and 6C. RGB value is (132,126,108). Sum of RGB (Red+Green+Blue) = 132+126+108=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #847E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E6C is #7B8193. Grayscale: #7D7D7D. Windows color (decimal): -8094100 or 7110276. OLE color: 7110276.
HSL color Cylindrical-coordinate representation of color #847E6C: hue angle of 45º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847E6C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 108 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.48 |
| HSL | 45º | 0.1% | 0.47% | - |
| HSV(B) | 45º | 0.18% | 0.52% | - |
| XYZ | 19.68 | 20.91 | 17.19 | - |
| YUV | 125.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 108 | 0 | 0.05 | 0.18 | 0.48 | 45 | 0.1 | 0.47 |
| Hex | 84 | 7E | 6C | 0 | 5 | 12 | 30 | 2D | A | 2F |
| Octal | 204 | 176 | 154 | 0 | 5 | 22 | 60 | 55 | 12 | 57 |
| Binary | 10000100 | 1111110 | 1101100 | 0 | 101 | 10010 | 110000 | 101101 | 1010 | 101111 |
Color Harmonies of #847E6C
Complementary color
Monochromatic Colors of #847E6C
Black with #847E6C
Text Example
Text Example
White with #847E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E6C; }
p { color: rgb(132,126,108); }
H1.HeaderClassName
{
color: #847E6C;
}
.AnyTagClassName
{
color: #847E6C;
}
</style>
background-color css
<style>
a { background-color: #847E6C; }
a { background-color: rgb(132,126,108); }
div.DivClassName
{
background-color: #847E6C;
}
.BgClassName
{
background-color: #847E6C;
}
</style>
border-color css
<style>
span { border-color: #847E6C; }
span { border-color: rgb(132,126,108); }
td.TdClassName
{
border-color: #847E6C;
}
.TagClassName
{
border-color: #847E6C;
}
</style>