Shades of Arrowtown #837B64
Tints of Arrowtown #837B64
RGB
CMYK
RGB Variations
Color information
#837B64 (or 0x837B64) is known color: Arrowtown. HEX triplet: 83, 7B and 64. RGB value is (131,123,100). Sum of RGB (Red+Green+Blue) = 131+123+100=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #837B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B64 is #7C849B. Grayscale: #7A7A7A. Windows color (decimal): -8160412 or 6585219. OLE color: 6585219.
HSL color Cylindrical-coordinate representation of color #837B64: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837B64 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 123 | 100 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.49 |
| HSL | 44.52º | 0.13% | 0.45% | - |
| HSV(B) | 44.52º | 0.24% | 0.51% | - |
| XYZ | 18.74 | 19.91 | 14.91 | - |
| YUV | 122.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 100 | 0 | 0.06 | 0.24 | 0.49 | 44.52 | 0.13 | 0.45 |
| Hex | 83 | 7B | 64 | 0 | 6 | 18 | 31 | 2D | D | 2D |
| Octal | 203 | 173 | 144 | 0 | 6 | 30 | 61 | 55 | 15 | 55 |
| Binary | 10000011 | 1111011 | 1100100 | 0 | 110 | 11000 | 110001 | 101101 | 1101 | 101101 |
Color Harmonies of #837B64
Complementary color
Monochromatic Colors of #837B64
Black with #837B64
Text Example
Text Example
White with #837B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B64; }
p { color: rgb(131,123,100); }
H1.HeaderClassName
{
color: #837B64;
}
.AnyTagClassName
{
color: #837B64;
}
</style>
background-color css
<style>
a { background-color: #837B64; }
a { background-color: rgb(131,123,100); }
div.DivClassName
{
background-color: #837B64;
}
.BgClassName
{
background-color: #837B64;
}
</style>
border-color css
<style>
span { border-color: #837B64; }
span { border-color: rgb(131,123,100); }
td.TdClassName
{
border-color: #837B64;
}
.TagClassName
{
border-color: #837B64;
}
</style>