Shades of Arrowtown #857B68
Tints of Arrowtown #857B68
RGB
CMYK
RGB Variations
Color information
#857B68 (or 0x857B68) is known color: Arrowtown. HEX triplet: 85, 7B and 68. RGB value is (133,123,104). Sum of RGB (Red+Green+Blue) = 133+123+104=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #857B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B68 is #7A8497. Grayscale: #7B7B7B. Windows color (decimal): -8029336 or 6847365. OLE color: 6847365.
HSL color Cylindrical-coordinate representation of color #857B68: hue angle of 39.31º 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 #857B68 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 104 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.48 |
| HSL | 39.31º | 0.12% | 0.46% | - |
| HSV(B) | 39.31º | 0.22% | 0.52% | - |
| XYZ | 19.25 | 20.15 | 15.97 | - |
| YUV | 123.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 104 | 0 | 0.08 | 0.22 | 0.48 | 39.31 | 0.12 | 0.46 |
| Hex | 85 | 7B | 68 | 0 | 8 | 16 | 30 | 27 | C | 2E |
| Octal | 205 | 173 | 150 | 0 | 10 | 26 | 60 | 47 | 14 | 56 |
| Binary | 10000101 | 1111011 | 1101000 | 0 | 1000 | 10110 | 110000 | 100111 | 1100 | 101110 |
Color Harmonies of #857B68
Complementary color
Monochromatic Colors of #857B68
Black with #857B68
Text Example
Text Example
White with #857B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B68; }
p { color: rgb(133,123,104); }
H1.HeaderClassName
{
color: #857B68;
}
.AnyTagClassName
{
color: #857B68;
}
</style>
background-color css
<style>
a { background-color: #857B68; }
a { background-color: rgb(133,123,104); }
div.DivClassName
{
background-color: #857B68;
}
.BgClassName
{
background-color: #857B68;
}
</style>
border-color css
<style>
span { border-color: #857B68; }
span { border-color: rgb(133,123,104); }
td.TdClassName
{
border-color: #857B68;
}
.TagClassName
{
border-color: #857B68;
}
</style>