Shades of Arrowtown #88806E
Tints of Arrowtown #88806E
RGB
CMYK
RGB Variations
Color information
#88806E (or 0x88806E) is known color: Arrowtown. HEX triplet: 88, 80 and 6E. RGB value is (136,128,110). Sum of RGB (Red+Green+Blue) = 136+128+110=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88806E is #777F91. Grayscale: #808080. Windows color (decimal): -7831442 or 7241864. OLE color: 7241864.
HSL color Cylindrical-coordinate representation of color #88806E: hue angle of 41.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88806E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 110 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.47 |
| HSL | 41.54º | 0.11% | 0.48% | - |
| HSV(B) | 41.54º | 0.19% | 0.53% | - |
| XYZ | 20.69 | 21.8 | 17.87 | - |
| YUV | 128.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 110 | 0 | 0.06 | 0.19 | 0.47 | 41.54 | 0.11 | 0.48 |
| Hex | 88 | 80 | 6E | 0 | 6 | 13 | 2F | 2A | B | 30 |
| Octal | 210 | 200 | 156 | 0 | 6 | 23 | 57 | 52 | 13 | 60 |
| Binary | 10001000 | 10000000 | 1101110 | 0 | 110 | 10011 | 101111 | 101010 | 1011 | 110000 |
Color Harmonies of #88806E
Complementary color
Monochromatic Colors of #88806E
Black with #88806E
Text Example
Text Example
White with #88806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88806E; }
p { color: rgb(136,128,110); }
H1.HeaderClassName
{
color: #88806E;
}
.AnyTagClassName
{
color: #88806E;
}
</style>
background-color css
<style>
a { background-color: #88806E; }
a { background-color: rgb(136,128,110); }
div.DivClassName
{
background-color: #88806E;
}
.BgClassName
{
background-color: #88806E;
}
</style>
border-color css
<style>
span { border-color: #88806E; }
span { border-color: rgb(136,128,110); }
td.TdClassName
{
border-color: #88806E;
}
.TagClassName
{
border-color: #88806E;
}
</style>