Shades of Arrowtown #847B66
Tints of Arrowtown #847B66
RGB
CMYK
RGB Variations
Color information
#847B66 (or 0x847B66) is known color: Arrowtown. HEX triplet: 84, 7B and 66. RGB value is (132,123,102). Sum of RGB (Red+Green+Blue) = 132+123+102=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #847B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B66 is #7B8499. Grayscale: #7B7B7B. Windows color (decimal): -8094874 or 6716292. OLE color: 6716292.
HSL color Cylindrical-coordinate representation of color #847B66: hue angle of 42º 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 #847B66 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 102 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.48 |
| HSL | 42º | 0.13% | 0.46% | - |
| HSV(B) | 42º | 0.23% | 0.52% | - |
| XYZ | 19 | 20.03 | 15.44 | - |
| YUV | 123.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 102 | 0 | 0.07 | 0.23 | 0.48 | 42 | 0.13 | 0.46 |
| Hex | 84 | 7B | 66 | 0 | 7 | 17 | 30 | 2A | D | 2E |
| Octal | 204 | 173 | 146 | 0 | 7 | 27 | 60 | 52 | 15 | 56 |
| Binary | 10000100 | 1111011 | 1100110 | 0 | 111 | 10111 | 110000 | 101010 | 1101 | 101110 |
Color Harmonies of #847B66
Complementary color
Monochromatic Colors of #847B66
Black with #847B66
Text Example
Text Example
White with #847B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B66; }
p { color: rgb(132,123,102); }
H1.HeaderClassName
{
color: #847B66;
}
.AnyTagClassName
{
color: #847B66;
}
</style>
background-color css
<style>
a { background-color: #847B66; }
a { background-color: rgb(132,123,102); }
div.DivClassName
{
background-color: #847B66;
}
.BgClassName
{
background-color: #847B66;
}
</style>
border-color css
<style>
span { border-color: #847B66; }
span { border-color: rgb(132,123,102); }
td.TdClassName
{
border-color: #847B66;
}
.TagClassName
{
border-color: #847B66;
}
</style>