Shades of Arrowtown #847B6E
Tints of Arrowtown #847B6E
RGB
CMYK
RGB Variations
Color information
#847B6E (or 0x847B6E) is known color: Arrowtown. HEX triplet: 84, 7B and 6E. RGB value is (132,123,110). Sum of RGB (Red+Green+Blue) = 132+123+110=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B6E is #7B8491. Grayscale: #7C7C7C. Windows color (decimal): -8094866 or 7240580. OLE color: 7240580.
HSL color Cylindrical-coordinate representation of color #847B6E: hue angle of 35.45º degrees, saturation: 0.09, 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 #847B6E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 110 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.48 |
| HSL | 35.45º | 0.09% | 0.47% | - |
| HSV(B) | 35.45º | 0.17% | 0.52% | - |
| XYZ | 19.41 | 20.2 | 17.63 | - |
| YUV | 124.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 110 | 0 | 0.07 | 0.17 | 0.48 | 35.45 | 0.09 | 0.47 |
| Hex | 84 | 7B | 6E | 0 | 7 | 11 | 30 | 23 | 9 | 2F |
| Octal | 204 | 173 | 156 | 0 | 7 | 21 | 60 | 43 | 11 | 57 |
| Binary | 10000100 | 1111011 | 1101110 | 0 | 111 | 10001 | 110000 | 100011 | 1001 | 101111 |
Color Harmonies of #847B6E
Complementary color
Monochromatic Colors of #847B6E
Black with #847B6E
Text Example
Text Example
White with #847B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B6E; }
p { color: rgb(132,123,110); }
H1.HeaderClassName
{
color: #847B6E;
}
.AnyTagClassName
{
color: #847B6E;
}
</style>
background-color css
<style>
a { background-color: #847B6E; }
a { background-color: rgb(132,123,110); }
div.DivClassName
{
background-color: #847B6E;
}
.BgClassName
{
background-color: #847B6E;
}
</style>
border-color css
<style>
span { border-color: #847B6E; }
span { border-color: rgb(132,123,110); }
td.TdClassName
{
border-color: #847B6E;
}
.TagClassName
{
border-color: #847B6E;
}
</style>