Shades of Arrowtown #857965
Tints of Arrowtown #857965
RGB
CMYK
RGB Variations
Color information
#857965 (or 0x857965) is known color: Arrowtown. HEX triplet: 85, 79 and 65. RGB value is (133,121,101). Sum of RGB (Red+Green+Blue) = 133+121+101=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #857965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857965 is #7A869A. Grayscale: #7A7A7A. Windows color (decimal): -8029851 or 6650245. OLE color: 6650245.
HSL color Cylindrical-coordinate representation of color #857965: hue angle of 37.5º 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 #857965 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 101 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.48 |
| HSL | 37.5º | 0.14% | 0.46% | - |
| HSV(B) | 37.5º | 0.24% | 0.52% | - |
| XYZ | 18.86 | 19.6 | 15.1 | - |
| YUV | 122.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 101 | 0 | 0.09 | 0.24 | 0.48 | 37.5 | 0.14 | 0.46 |
| Hex | 85 | 79 | 65 | 0 | 9 | 18 | 30 | 26 | E | 2E |
| Octal | 205 | 171 | 145 | 0 | 11 | 30 | 60 | 46 | 16 | 56 |
| Binary | 10000101 | 1111001 | 1100101 | 0 | 1001 | 11000 | 110000 | 100110 | 1110 | 101110 |
Color Harmonies of #857965
Complementary color
Monochromatic Colors of #857965
Black with #857965
Text Example
Text Example
White with #857965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857965; }
p { color: rgb(133,121,101); }
H1.HeaderClassName
{
color: #857965;
}
.AnyTagClassName
{
color: #857965;
}
</style>
background-color css
<style>
a { background-color: #857965; }
a { background-color: rgb(133,121,101); }
div.DivClassName
{
background-color: #857965;
}
.BgClassName
{
background-color: #857965;
}
</style>
border-color css
<style>
span { border-color: #857965; }
span { border-color: rgb(133,121,101); }
td.TdClassName
{
border-color: #857965;
}
.TagClassName
{
border-color: #857965;
}
</style>