Shades of Arrowtown #857E6C
Tints of Arrowtown #857E6C
RGB
CMYK
RGB Variations
Color information
#857E6C (or 0x857E6C) is known color: Arrowtown. HEX triplet: 85, 7E and 6C. RGB value is (133,126,108). Sum of RGB (Red+Green+Blue) = 133+126+108=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E6C is #7A8193. Grayscale: #7E7E7E. Windows color (decimal): -8028564 or 7110277. OLE color: 7110277.
HSL color Cylindrical-coordinate representation of color #857E6C: hue angle of 43.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #857E6C is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 108 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.48 |
| HSL | 43.2º | 0.1% | 0.47% | - |
| HSV(B) | 43.2º | 0.19% | 0.52% | - |
| XYZ | 19.84 | 20.99 | 17.19 | - |
| YUV | 126.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 108 | 0 | 0.05 | 0.19 | 0.48 | 43.2 | 0.1 | 0.47 |
| Hex | 85 | 7E | 6C | 0 | 5 | 13 | 30 | 2B | A | 2F |
| Octal | 205 | 176 | 154 | 0 | 5 | 23 | 60 | 53 | 12 | 57 |
| Binary | 10000101 | 1111110 | 1101100 | 0 | 101 | 10011 | 110000 | 101011 | 1010 | 101111 |
Color Harmonies of #857E6C
Complementary color
Monochromatic Colors of #857E6C
Black with #857E6C
Text Example
Text Example
White with #857E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E6C; }
p { color: rgb(133,126,108); }
H1.HeaderClassName
{
color: #857E6C;
}
.AnyTagClassName
{
color: #857E6C;
}
</style>
background-color css
<style>
a { background-color: #857E6C; }
a { background-color: rgb(133,126,108); }
div.DivClassName
{
background-color: #857E6C;
}
.BgClassName
{
background-color: #857E6C;
}
</style>
border-color css
<style>
span { border-color: #857E6C; }
span { border-color: rgb(133,126,108); }
td.TdClassName
{
border-color: #857E6C;
}
.TagClassName
{
border-color: #857E6C;
}
</style>