Shades of Arrowtown #857B65
Tints of Arrowtown #857B65
RGB
CMYK
RGB Variations
Color information
#857B65 (or 0x857B65) is known color: Arrowtown. HEX triplet: 85, 7B and 65. RGB value is (133,123,101). Sum of RGB (Red+Green+Blue) = 133+123+101=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #857B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B65 is #7A849A. Grayscale: #7B7B7B. Windows color (decimal): -8029339 or 6650757. OLE color: 6650757.
HSL color Cylindrical-coordinate representation of color #857B65: hue angle of 41.25º 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 #857B65 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 101 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.48 |
| HSL | 41.25º | 0.14% | 0.46% | - |
| HSV(B) | 41.25º | 0.24% | 0.52% | - |
| XYZ | 19.1 | 20.09 | 15.18 | - |
| YUV | 123.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 101 | 0 | 0.08 | 0.24 | 0.48 | 41.25 | 0.14 | 0.46 |
| Hex | 85 | 7B | 65 | 0 | 8 | 18 | 30 | 29 | E | 2E |
| Octal | 205 | 173 | 145 | 0 | 10 | 30 | 60 | 51 | 16 | 56 |
| Binary | 10000101 | 1111011 | 1100101 | 0 | 1000 | 11000 | 110000 | 101001 | 1110 | 101110 |
Color Harmonies of #857B65
Complementary color
Monochromatic Colors of #857B65
Black with #857B65
Text Example
Text Example
White with #857B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B65; }
p { color: rgb(133,123,101); }
H1.HeaderClassName
{
color: #857B65;
}
.AnyTagClassName
{
color: #857B65;
}
</style>
background-color css
<style>
a { background-color: #857B65; }
a { background-color: rgb(133,123,101); }
div.DivClassName
{
background-color: #857B65;
}
.BgClassName
{
background-color: #857B65;
}
</style>
border-color css
<style>
span { border-color: #857B65; }
span { border-color: rgb(133,123,101); }
td.TdClassName
{
border-color: #857B65;
}
.TagClassName
{
border-color: #857B65;
}
</style>