Shades of Arrowtown #857B6A
Tints of Arrowtown #857B6A
RGB
CMYK
RGB Variations
Color information
#857B6A (or 0x857B6A) is known color: Arrowtown. HEX triplet: 85, 7B and 6A. RGB value is (133,123,106). Sum of RGB (Red+Green+Blue) = 133+123+106=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6A is #7A8495. Grayscale: #7C7C7C. Windows color (decimal): -8029334 or 6978437. OLE color: 6978437.
HSL color Cylindrical-coordinate representation of color #857B6A: hue angle of 37.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857B6A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 106 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.48 |
| HSL | 37.78º | 0.11% | 0.47% | - |
| HSV(B) | 37.78º | 0.2% | 0.52% | - |
| XYZ | 19.36 | 20.19 | 16.51 | - |
| YUV | 124.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 106 | 0 | 0.08 | 0.20 | 0.48 | 37.78 | 0.11 | 0.47 |
| Hex | 85 | 7B | 6A | 0 | 8 | 14 | 30 | 26 | B | 2F |
| Octal | 205 | 173 | 152 | 0 | 10 | 24 | 60 | 46 | 13 | 57 |
| Binary | 10000101 | 1111011 | 1101010 | 0 | 1000 | 10100 | 110000 | 100110 | 1011 | 101111 |
Color Harmonies of #857B6A
Complementary color
Monochromatic Colors of #857B6A
Black with #857B6A
Text Example
Text Example
White with #857B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B6A; }
p { color: rgb(133,123,106); }
H1.HeaderClassName
{
color: #857B6A;
}
.AnyTagClassName
{
color: #857B6A;
}
</style>
background-color css
<style>
a { background-color: #857B6A; }
a { background-color: rgb(133,123,106); }
div.DivClassName
{
background-color: #857B6A;
}
.BgClassName
{
background-color: #857B6A;
}
</style>
border-color css
<style>
span { border-color: #857B6A; }
span { border-color: rgb(133,123,106); }
td.TdClassName
{
border-color: #857B6A;
}
.TagClassName
{
border-color: #857B6A;
}
</style>