Shades of Arrowtown #857F6E
Tints of Arrowtown #857F6E
RGB
CMYK
RGB Variations
Color information
#857F6E (or 0x857F6E) is known color: Arrowtown. HEX triplet: 85, 7F and 6E. RGB value is (133,127,110). Sum of RGB (Red+Green+Blue) = 133+127+110=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F6E is #7A8091. Grayscale: #7E7E7E. Windows color (decimal): -8028306 or 7241605. OLE color: 7241605.
HSL color Cylindrical-coordinate representation of color #857F6E: hue angle of 44.35º 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 #857F6E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 110 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.48 |
| HSL | 44.35º | 0.09% | 0.48% | - |
| HSV(B) | 44.35º | 0.17% | 0.52% | - |
| XYZ | 20.08 | 21.29 | 17.8 | - |
| YUV | 126.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 110 | 0 | 0.05 | 0.17 | 0.48 | 44.35 | 0.09 | 0.48 |
| Hex | 85 | 7F | 6E | 0 | 5 | 11 | 30 | 2C | 9 | 30 |
| Octal | 205 | 177 | 156 | 0 | 5 | 21 | 60 | 54 | 11 | 60 |
| Binary | 10000101 | 1111111 | 1101110 | 0 | 101 | 10001 | 110000 | 101100 | 1001 | 110000 |
Color Harmonies of #857F6E
Complementary color
Monochromatic Colors of #857F6E
Black with #857F6E
Text Example
Text Example
White with #857F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F6E; }
p { color: rgb(133,127,110); }
H1.HeaderClassName
{
color: #857F6E;
}
.AnyTagClassName
{
color: #857F6E;
}
</style>
background-color css
<style>
a { background-color: #857F6E; }
a { background-color: rgb(133,127,110); }
div.DivClassName
{
background-color: #857F6E;
}
.BgClassName
{
background-color: #857F6E;
}
</style>
border-color css
<style>
span { border-color: #857F6E; }
span { border-color: rgb(133,127,110); }
td.TdClassName
{
border-color: #857F6E;
}
.TagClassName
{
border-color: #857F6E;
}
</style>