Shades of Arrowtown #857C68
Tints of Arrowtown #857C68
RGB
CMYK
RGB Variations
Color information
#857C68 (or 0x857C68) is known color: Arrowtown. HEX triplet: 85, 7C and 68. RGB value is (133,124,104). Sum of RGB (Red+Green+Blue) = 133+124+104=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #857C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C68 is #7A8397. Grayscale: #7C7C7C. Windows color (decimal): -8029080 or 6847621. OLE color: 6847621.
HSL color Cylindrical-coordinate representation of color #857C68: hue angle of 41.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857C68 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 104 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.48 |
| HSL | 41.38º | 0.12% | 0.46% | - |
| HSV(B) | 41.38º | 0.22% | 0.52% | - |
| XYZ | 19.38 | 20.4 | 16.01 | - |
| YUV | 124.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 104 | 0 | 0.07 | 0.22 | 0.48 | 41.38 | 0.12 | 0.46 |
| Hex | 85 | 7C | 68 | 0 | 7 | 16 | 30 | 29 | C | 2E |
| Octal | 205 | 174 | 150 | 0 | 7 | 26 | 60 | 51 | 14 | 56 |
| Binary | 10000101 | 1111100 | 1101000 | 0 | 111 | 10110 | 110000 | 101001 | 1100 | 101110 |
Color Harmonies of #857C68
Complementary color
Monochromatic Colors of #857C68
Black with #857C68
Text Example
Text Example
White with #857C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C68; }
p { color: rgb(133,124,104); }
H1.HeaderClassName
{
color: #857C68;
}
.AnyTagClassName
{
color: #857C68;
}
</style>
background-color css
<style>
a { background-color: #857C68; }
a { background-color: rgb(133,124,104); }
div.DivClassName
{
background-color: #857C68;
}
.BgClassName
{
background-color: #857C68;
}
</style>
border-color css
<style>
span { border-color: #857C68; }
span { border-color: rgb(133,124,104); }
td.TdClassName
{
border-color: #857C68;
}
.TagClassName
{
border-color: #857C68;
}
</style>