Shades of Arrowtown #857B64
Tints of Arrowtown #857B64
RGB
CMYK
RGB Variations
Color information
#857B64 (or 0x857B64) is known color: Arrowtown. HEX triplet: 85, 7B and 64. RGB value is (133,123,100). Sum of RGB (Red+Green+Blue) = 133+123+100=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #857B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B64 is #7A849B. Grayscale: #7B7B7B. Windows color (decimal): -8029340 or 6585221. OLE color: 6585221.
HSL color Cylindrical-coordinate representation of color #857B64: hue angle of 41.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857B64 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 100 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.48 |
| HSL | 41.82º | 0.14% | 0.46% | - |
| HSV(B) | 41.82º | 0.25% | 0.52% | - |
| XYZ | 19.06 | 20.07 | 14.93 | - |
| YUV | 123.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 100 | 0 | 0.08 | 0.25 | 0.48 | 41.82 | 0.14 | 0.46 |
| Hex | 85 | 7B | 64 | 0 | 8 | 19 | 30 | 2A | E | 2E |
| Octal | 205 | 173 | 144 | 0 | 10 | 31 | 60 | 52 | 16 | 56 |
| Binary | 10000101 | 1111011 | 1100100 | 0 | 1000 | 11001 | 110000 | 101010 | 1110 | 101110 |
Color Harmonies of #857B64
Complementary color
Monochromatic Colors of #857B64
Black with #857B64
Text Example
Text Example
White with #857B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B64; }
p { color: rgb(133,123,100); }
H1.HeaderClassName
{
color: #857B64;
}
.AnyTagClassName
{
color: #857B64;
}
</style>
background-color css
<style>
a { background-color: #857B64; }
a { background-color: rgb(133,123,100); }
div.DivClassName
{
background-color: #857B64;
}
.BgClassName
{
background-color: #857B64;
}
</style>
border-color css
<style>
span { border-color: #857B64; }
span { border-color: rgb(133,123,100); }
td.TdClassName
{
border-color: #857B64;
}
.TagClassName
{
border-color: #857B64;
}
</style>