Shades of Arrowtown #857A69
Tints of Arrowtown #857A69
RGB
CMYK
RGB Variations
Color information
#857A69 (or 0x857A69) is known color: Arrowtown. HEX triplet: 85, 7A and 69. RGB value is (133,122,105). Sum of RGB (Red+Green+Blue) = 133+122+105=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A69 is #7A8596. Grayscale: #7B7B7B. Windows color (decimal): -8029591 or 6912645. OLE color: 6912645.
HSL color Cylindrical-coordinate representation of color #857A69: hue angle of 36.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857A69 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 105 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.48 |
| HSL | 36.43º | 0.12% | 0.47% | - |
| HSV(B) | 36.43º | 0.21% | 0.52% | - |
| XYZ | 19.18 | 19.93 | 16.2 | - |
| YUV | 123.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 105 | 0 | 0.08 | 0.21 | 0.48 | 36.43 | 0.12 | 0.47 |
| Hex | 85 | 7A | 69 | 0 | 8 | 15 | 30 | 24 | C | 2F |
| Octal | 205 | 172 | 151 | 0 | 10 | 25 | 60 | 44 | 14 | 57 |
| Binary | 10000101 | 1111010 | 1101001 | 0 | 1000 | 10101 | 110000 | 100100 | 1100 | 101111 |
Color Harmonies of #857A69
Complementary color
Monochromatic Colors of #857A69
Black with #857A69
Text Example
Text Example
White with #857A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A69; }
p { color: rgb(133,122,105); }
H1.HeaderClassName
{
color: #857A69;
}
.AnyTagClassName
{
color: #857A69;
}
</style>
background-color css
<style>
a { background-color: #857A69; }
a { background-color: rgb(133,122,105); }
div.DivClassName
{
background-color: #857A69;
}
.BgClassName
{
background-color: #857A69;
}
</style>
border-color css
<style>
span { border-color: #857A69; }
span { border-color: rgb(133,122,105); }
td.TdClassName
{
border-color: #857A69;
}
.TagClassName
{
border-color: #857A69;
}
</style>