Shades of Arrowtown #847C65
Tints of Arrowtown #847C65
RGB
CMYK
RGB Variations
Color information
#847C65 (or 0x847C65) is known color: Arrowtown. HEX triplet: 84, 7C and 65. RGB value is (132,124,101). Sum of RGB (Red+Green+Blue) = 132+124+101=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #847C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C65 is #7B839A. Grayscale: #7B7B7B. Windows color (decimal): -8094619 or 6651012. OLE color: 6651012.
HSL color Cylindrical-coordinate representation of color #847C65: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #847C65 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 101 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.48 |
| HSL | 44.52º | 0.13% | 0.46% | - |
| HSV(B) | 44.52º | 0.23% | 0.52% | - |
| XYZ | 19.07 | 20.26 | 15.22 | - |
| YUV | 123.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 101 | 0 | 0.06 | 0.23 | 0.48 | 44.52 | 0.13 | 0.46 |
| Hex | 84 | 7C | 65 | 0 | 6 | 17 | 30 | 2D | D | 2E |
| Octal | 204 | 174 | 145 | 0 | 6 | 27 | 60 | 55 | 15 | 56 |
| Binary | 10000100 | 1111100 | 1100101 | 0 | 110 | 10111 | 110000 | 101101 | 1101 | 101110 |
Color Harmonies of #847C65
Complementary color
Monochromatic Colors of #847C65
Black with #847C65
Text Example
Text Example
White with #847C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C65; }
p { color: rgb(132,124,101); }
H1.HeaderClassName
{
color: #847C65;
}
.AnyTagClassName
{
color: #847C65;
}
</style>
background-color css
<style>
a { background-color: #847C65; }
a { background-color: rgb(132,124,101); }
div.DivClassName
{
background-color: #847C65;
}
.BgClassName
{
background-color: #847C65;
}
</style>
border-color css
<style>
span { border-color: #847C65; }
span { border-color: rgb(132,124,101); }
td.TdClassName
{
border-color: #847C65;
}
.TagClassName
{
border-color: #847C65;
}
</style>