Shades of Arrowtown #847E6D
Tints of Arrowtown #847E6D
RGB
CMYK
RGB Variations
Color information
#847E6D (or 0x847E6D) is known color: Arrowtown. HEX triplet: 84, 7E and 6D. RGB value is (132,126,109). Sum of RGB (Red+Green+Blue) = 132+126+109=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #847E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E6D is #7B8192. Grayscale: #7D7D7D. Windows color (decimal): -8094099 or 7175812. OLE color: 7175812.
HSL color Cylindrical-coordinate representation of color #847E6D: hue angle of 44.35º 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 #847E6D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 109 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.48 |
| HSL | 44.35º | 0.1% | 0.47% | - |
| HSV(B) | 44.35º | 0.17% | 0.52% | - |
| XYZ | 19.74 | 20.93 | 17.47 | - |
| YUV | 125.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 109 | 0 | 0.05 | 0.17 | 0.48 | 44.35 | 0.1 | 0.47 |
| Hex | 84 | 7E | 6D | 0 | 5 | 11 | 30 | 2C | A | 2F |
| Octal | 204 | 176 | 155 | 0 | 5 | 21 | 60 | 54 | 12 | 57 |
| Binary | 10000100 | 1111110 | 1101101 | 0 | 101 | 10001 | 110000 | 101100 | 1010 | 101111 |
Color Harmonies of #847E6D
Complementary color
Monochromatic Colors of #847E6D
Black with #847E6D
Text Example
Text Example
White with #847E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E6D; }
p { color: rgb(132,126,109); }
H1.HeaderClassName
{
color: #847E6D;
}
.AnyTagClassName
{
color: #847E6D;
}
</style>
background-color css
<style>
a { background-color: #847E6D; }
a { background-color: rgb(132,126,109); }
div.DivClassName
{
background-color: #847E6D;
}
.BgClassName
{
background-color: #847E6D;
}
</style>
border-color css
<style>
span { border-color: #847E6D; }
span { border-color: rgb(132,126,109); }
td.TdClassName
{
border-color: #847E6D;
}
.TagClassName
{
border-color: #847E6D;
}
</style>