Shades of Concord #898170
Tints of Concord #898170
RGB
CMYK
RGB Variations
Color information
#898170 (or 0x898170) is known color: Concord. HEX triplet: 89, 81 and 70. RGB value is (137,129,112). Sum of RGB (Red+Green+Blue) = 137+129+112=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #898170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898170 is #767E8F. Grayscale: #818181. Windows color (decimal): -7765648 or 7373193. OLE color: 7373193.
HSL color Cylindrical-coordinate representation of color #898170: hue angle of 40.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898170 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 129 | 112 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.46 |
| HSL | 40.8º | 0.1% | 0.49% | - |
| HSV(B) | 40.8º | 0.18% | 0.54% | - |
| XYZ | 21.09 | 22.19 | 18.5 | - |
| YUV | 129.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 112 | 0 | 0.06 | 0.18 | 0.46 | 40.8 | 0.1 | 0.49 |
| Hex | 89 | 81 | 70 | 0 | 6 | 12 | 2E | 29 | A | 31 |
| Octal | 211 | 201 | 160 | 0 | 6 | 22 | 56 | 51 | 12 | 61 |
| Binary | 10001001 | 10000001 | 1110000 | 0 | 110 | 10010 | 101110 | 101001 | 1010 | 110001 |
Color Harmonies of #898170
Complementary color
Monochromatic Colors of #898170
Black with #898170
Text Example
Text Example
White with #898170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898170; }
p { color: rgb(137,129,112); }
H1.HeaderClassName
{
color: #898170;
}
.AnyTagClassName
{
color: #898170;
}
</style>
background-color css
<style>
a { background-color: #898170; }
a { background-color: rgb(137,129,112); }
div.DivClassName
{
background-color: #898170;
}
.BgClassName
{
background-color: #898170;
}
</style>
border-color css
<style>
span { border-color: #898170; }
span { border-color: rgb(137,129,112); }
td.TdClassName
{
border-color: #898170;
}
.TagClassName
{
border-color: #898170;
}
</style>