Shades of Arrowtown #807965
Tints of Arrowtown #807965
RGB
CMYK
RGB Variations
Color information
#807965 (or 0x807965) is known color: Arrowtown. HEX triplet: 80, 79 and 65. RGB value is (128,121,101). Sum of RGB (Red+Green+Blue) = 128+121+101=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #807965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807965 is #7F869A. Grayscale: #787878. Windows color (decimal): -8357531 or 6650240. OLE color: 6650240.
HSL color Cylindrical-coordinate representation of color #807965: hue angle of 44.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807965 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 101 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.50 |
| HSL | 44.44º | 0.12% | 0.45% | - |
| HSV(B) | 44.44º | 0.21% | 0.5% | - |
| XYZ | 18.09 | 19.2 | 15.07 | - |
| YUV | 120.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 101 | 0 | 0.05 | 0.21 | 0.50 | 44.44 | 0.12 | 0.45 |
| Hex | 80 | 79 | 65 | 0 | 5 | 15 | 32 | 2C | C | 2D |
| Octal | 200 | 171 | 145 | 0 | 5 | 25 | 62 | 54 | 14 | 55 |
| Binary | 10000000 | 1111001 | 1100101 | 0 | 101 | 10101 | 110010 | 101100 | 1100 | 101101 |
Color Harmonies of #807965
Complementary color
Monochromatic Colors of #807965
Black with #807965
Text Example
Text Example
White with #807965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807965; }
p { color: rgb(128,121,101); }
H1.HeaderClassName
{
color: #807965;
}
.AnyTagClassName
{
color: #807965;
}
</style>
background-color css
<style>
a { background-color: #807965; }
a { background-color: rgb(128,121,101); }
div.DivClassName
{
background-color: #807965;
}
.BgClassName
{
background-color: #807965;
}
</style>
border-color css
<style>
span { border-color: #807965; }
span { border-color: rgb(128,121,101); }
td.TdClassName
{
border-color: #807965;
}
.TagClassName
{
border-color: #807965;
}
</style>