Shades of Concord #89806F
Tints of Concord #89806F
RGB
CMYK
RGB Variations
Color information
#89806F (or 0x89806F) is known color: Concord. HEX triplet: 89, 80 and 6F. RGB value is (137,128,111). Sum of RGB (Red+Green+Blue) = 137+128+111=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #89806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89806F is #767F90. Grayscale: #808080. Windows color (decimal): -7765905 or 7307401. OLE color: 7307401.
HSL color Cylindrical-coordinate representation of color #89806F: hue angle of 39.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89806F is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 111 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.46 |
| HSL | 39.23º | 0.1% | 0.49% | - |
| HSV(B) | 39.23º | 0.19% | 0.54% | - |
| XYZ | 20.9 | 21.9 | 18.17 | - |
| YUV | 128.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 111 | 0 | 0.07 | 0.19 | 0.46 | 39.23 | 0.1 | 0.49 |
| Hex | 89 | 80 | 6F | 0 | 7 | 13 | 2E | 27 | A | 31 |
| Octal | 211 | 200 | 157 | 0 | 7 | 23 | 56 | 47 | 12 | 61 |
| Binary | 10001001 | 10000000 | 1101111 | 0 | 111 | 10011 | 101110 | 100111 | 1010 | 110001 |
Color Harmonies of #89806F
Complementary color
Monochromatic Colors of #89806F
Black with #89806F
Text Example
Text Example
White with #89806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89806F; }
p { color: rgb(137,128,111); }
H1.HeaderClassName
{
color: #89806F;
}
.AnyTagClassName
{
color: #89806F;
}
</style>
background-color css
<style>
a { background-color: #89806F; }
a { background-color: rgb(137,128,111); }
div.DivClassName
{
background-color: #89806F;
}
.BgClassName
{
background-color: #89806F;
}
</style>
border-color css
<style>
span { border-color: #89806F; }
span { border-color: rgb(137,128,111); }
td.TdClassName
{
border-color: #89806F;
}
.TagClassName
{
border-color: #89806F;
}
</style>