Shades of Arrowtown #857D6E
Tints of Arrowtown #857D6E
RGB
CMYK
RGB Variations
Color information
#857D6E (or 0x857D6E) is known color: Arrowtown. HEX triplet: 85, 7D and 6E. RGB value is (133,125,110). Sum of RGB (Red+Green+Blue) = 133+125+110=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D6E is #7A8291. Grayscale: #7D7D7D. Windows color (decimal): -8028818 or 7241093. OLE color: 7241093.
HSL color Cylindrical-coordinate representation of color #857D6E: hue angle of 39.13º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857D6E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 110 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.48 |
| HSL | 39.13º | 0.09% | 0.48% | - |
| HSV(B) | 39.13º | 0.17% | 0.52% | - |
| XYZ | 19.82 | 20.78 | 17.72 | - |
| YUV | 125.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 110 | 0 | 0.06 | 0.17 | 0.48 | 39.13 | 0.09 | 0.48 |
| Hex | 85 | 7D | 6E | 0 | 6 | 11 | 30 | 27 | 9 | 30 |
| Octal | 205 | 175 | 156 | 0 | 6 | 21 | 60 | 47 | 11 | 60 |
| Binary | 10000101 | 1111101 | 1101110 | 0 | 110 | 10001 | 110000 | 100111 | 1001 | 110000 |
Color Harmonies of #857D6E
Complementary color
Monochromatic Colors of #857D6E
Black with #857D6E
Text Example
Text Example
White with #857D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D6E; }
p { color: rgb(133,125,110); }
H1.HeaderClassName
{
color: #857D6E;
}
.AnyTagClassName
{
color: #857D6E;
}
</style>
background-color css
<style>
a { background-color: #857D6E; }
a { background-color: rgb(133,125,110); }
div.DivClassName
{
background-color: #857D6E;
}
.BgClassName
{
background-color: #857D6E;
}
</style>
border-color css
<style>
span { border-color: #857D6E; }
span { border-color: rgb(133,125,110); }
td.TdClassName
{
border-color: #857D6E;
}
.TagClassName
{
border-color: #857D6E;
}
</style>