Shades of Arrowtown #847D6A
Tints of Arrowtown #847D6A
RGB
CMYK
RGB Variations
Color information
#847D6A (or 0x847D6A) is known color: Arrowtown. HEX triplet: 84, 7D and 6A. RGB value is (132,125,106). Sum of RGB (Red+Green+Blue) = 132+125+106=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #847D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D6A is #7B8295. Grayscale: #7D7D7D. Windows color (decimal): -8094358 or 6978948. OLE color: 6978948.
HSL color Cylindrical-coordinate representation of color #847D6A: hue angle of 43.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847D6A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 106 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.48 |
| HSL | 43.85º | 0.11% | 0.47% | - |
| HSV(B) | 43.85º | 0.2% | 0.52% | - |
| XYZ | 19.45 | 20.61 | 16.59 | - |
| YUV | 124.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 106 | 0 | 0.05 | 0.20 | 0.48 | 43.85 | 0.11 | 0.47 |
| Hex | 84 | 7D | 6A | 0 | 5 | 14 | 30 | 2C | B | 2F |
| Octal | 204 | 175 | 152 | 0 | 5 | 24 | 60 | 54 | 13 | 57 |
| Binary | 10000100 | 1111101 | 1101010 | 0 | 101 | 10100 | 110000 | 101100 | 1011 | 101111 |
Color Harmonies of #847D6A
Complementary color
Monochromatic Colors of #847D6A
Black with #847D6A
Text Example
Text Example
White with #847D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D6A; }
p { color: rgb(132,125,106); }
H1.HeaderClassName
{
color: #847D6A;
}
.AnyTagClassName
{
color: #847D6A;
}
</style>
background-color css
<style>
a { background-color: #847D6A; }
a { background-color: rgb(132,125,106); }
div.DivClassName
{
background-color: #847D6A;
}
.BgClassName
{
background-color: #847D6A;
}
</style>
border-color css
<style>
span { border-color: #847D6A; }
span { border-color: rgb(132,125,106); }
td.TdClassName
{
border-color: #847D6A;
}
.TagClassName
{
border-color: #847D6A;
}
</style>