Shades of Arrowtown #837C6D
Tints of Arrowtown #837C6D
RGB
CMYK
RGB Variations
Color information
#837C6D (or 0x837C6D) is known color: Arrowtown. HEX triplet: 83, 7C and 6D. RGB value is (131,124,109). Sum of RGB (Red+Green+Blue) = 131+124+109=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C6D is #7C8392. Grayscale: #7C7C7C. Windows color (decimal): -8160147 or 7175299. OLE color: 7175299.
HSL color Cylindrical-coordinate representation of color #837C6D: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #837C6D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 109 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.49 |
| HSL | 40.91º | 0.09% | 0.47% | - |
| HSV(B) | 40.91º | 0.17% | 0.51% | - |
| XYZ | 19.33 | 20.34 | 17.38 | - |
| YUV | 124.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 109 | 0 | 0.05 | 0.17 | 0.49 | 40.91 | 0.09 | 0.47 |
| Hex | 83 | 7C | 6D | 0 | 5 | 11 | 31 | 29 | 9 | 2F |
| Octal | 203 | 174 | 155 | 0 | 5 | 21 | 61 | 51 | 11 | 57 |
| Binary | 10000011 | 1111100 | 1101101 | 0 | 101 | 10001 | 110001 | 101001 | 1001 | 101111 |
Color Harmonies of #837C6D
Complementary color
Monochromatic Colors of #837C6D
Black with #837C6D
Text Example
Text Example
White with #837C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C6D; }
p { color: rgb(131,124,109); }
H1.HeaderClassName
{
color: #837C6D;
}
.AnyTagClassName
{
color: #837C6D;
}
</style>
background-color css
<style>
a { background-color: #837C6D; }
a { background-color: rgb(131,124,109); }
div.DivClassName
{
background-color: #837C6D;
}
.BgClassName
{
background-color: #837C6D;
}
</style>
border-color css
<style>
span { border-color: #837C6D; }
span { border-color: rgb(131,124,109); }
td.TdClassName
{
border-color: #837C6D;
}
.TagClassName
{
border-color: #837C6D;
}
</style>