Shades of Arrowtown #807969
Tints of Arrowtown #807969
RGB
CMYK
RGB Variations
Color information
#807969 (or 0x807969) is known color: Arrowtown. HEX triplet: 80, 79 and 69. RGB value is (128,121,105). Sum of RGB (Red+Green+Blue) = 128+121+105=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #807969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807969 is #7F8696. Grayscale: #797979. Windows color (decimal): -8357527 or 6912384. OLE color: 6912384.
HSL color Cylindrical-coordinate representation of color #807969: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807969 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 105 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.50 |
| HSL | 41.74º | 0.1% | 0.46% | - |
| HSV(B) | 41.74º | 0.18% | 0.5% | - |
| XYZ | 18.29 | 19.28 | 16.12 | - |
| YUV | 121.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 105 | 0 | 0.05 | 0.18 | 0.50 | 41.74 | 0.1 | 0.46 |
| Hex | 80 | 79 | 69 | 0 | 5 | 12 | 32 | 2A | A | 2E |
| Octal | 200 | 171 | 151 | 0 | 5 | 22 | 62 | 52 | 12 | 56 |
| Binary | 10000000 | 1111001 | 1101001 | 0 | 101 | 10010 | 110010 | 101010 | 1010 | 101110 |
Color Harmonies of #807969
Complementary color
Monochromatic Colors of #807969
Black with #807969
Text Example
Text Example
White with #807969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807969; }
p { color: rgb(128,121,105); }
H1.HeaderClassName
{
color: #807969;
}
.AnyTagClassName
{
color: #807969;
}
</style>
background-color css
<style>
a { background-color: #807969; }
a { background-color: rgb(128,121,105); }
div.DivClassName
{
background-color: #807969;
}
.BgClassName
{
background-color: #807969;
}
</style>
border-color css
<style>
span { border-color: #807969; }
span { border-color: rgb(128,121,105); }
td.TdClassName
{
border-color: #807969;
}
.TagClassName
{
border-color: #807969;
}
</style>