Shades of Arrowtown #857C65
Tints of Arrowtown #857C65
RGB
CMYK
RGB Variations
Color information
#857C65 (or 0x857C65) is known color: Arrowtown. HEX triplet: 85, 7C and 65. RGB value is (133,124,101). Sum of RGB (Red+Green+Blue) = 133+124+101=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #857C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C65 is #7A839A. Grayscale: #7C7C7C. Windows color (decimal): -8029083 or 6651013. OLE color: 6651013.
HSL color Cylindrical-coordinate representation of color #857C65: hue angle of 43.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857C65 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 101 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.48 |
| HSL | 43.13º | 0.14% | 0.46% | - |
| HSV(B) | 43.13º | 0.24% | 0.52% | - |
| XYZ | 19.23 | 20.34 | 15.22 | - |
| YUV | 124.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 101 | 0 | 0.07 | 0.24 | 0.48 | 43.13 | 0.14 | 0.46 |
| Hex | 85 | 7C | 65 | 0 | 7 | 18 | 30 | 2B | E | 2E |
| Octal | 205 | 174 | 145 | 0 | 7 | 30 | 60 | 53 | 16 | 56 |
| Binary | 10000101 | 1111100 | 1100101 | 0 | 111 | 11000 | 110000 | 101011 | 1110 | 101110 |
Color Harmonies of #857C65
Complementary color
Monochromatic Colors of #857C65
Black with #857C65
Text Example
Text Example
White with #857C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C65; }
p { color: rgb(133,124,101); }
H1.HeaderClassName
{
color: #857C65;
}
.AnyTagClassName
{
color: #857C65;
}
</style>
background-color css
<style>
a { background-color: #857C65; }
a { background-color: rgb(133,124,101); }
div.DivClassName
{
background-color: #857C65;
}
.BgClassName
{
background-color: #857C65;
}
</style>
border-color css
<style>
span { border-color: #857C65; }
span { border-color: rgb(133,124,101); }
td.TdClassName
{
border-color: #857C65;
}
.TagClassName
{
border-color: #857C65;
}
</style>