Shades of Concord #868179
Tints of Concord #868179
RGB
CMYK
RGB Variations
Color information
#868179 (or 0x868179) is known color: Concord. HEX triplet: 86, 81 and 79. RGB value is (134,129,121). Sum of RGB (Red+Green+Blue) = 134+129+121=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #868179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868179 is #797E86. Grayscale: #818181. Windows color (decimal): -7962247 or 7963014. OLE color: 7963014.
HSL color Cylindrical-coordinate representation of color #868179: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868179 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 121 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.47 |
| HSL | 36.92º | 0.05% | 0.5% | - |
| HSV(B) | 36.92º | 0.1% | 0.53% | - |
| XYZ | 21.13 | 22.15 | 21.25 | - |
| YUV | 129.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 121 | 0 | 0.04 | 0.10 | 0.47 | 36.92 | 0.05 | 0.5 |
| Hex | 86 | 81 | 79 | 0 | 4 | A | 2F | 25 | 5 | 32 |
| Octal | 206 | 201 | 171 | 0 | 4 | 12 | 57 | 45 | 5 | 62 |
| Binary | 10000110 | 10000001 | 1111001 | 0 | 100 | 1010 | 101111 | 100101 | 101 | 110010 |
Color Harmonies of #868179
Complementary color
Monochromatic Colors of #868179
Black with #868179
Text Example
Text Example
White with #868179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868179; }
p { color: rgb(134,129,121); }
H1.HeaderClassName
{
color: #868179;
}
.AnyTagClassName
{
color: #868179;
}
</style>
background-color css
<style>
a { background-color: #868179; }
a { background-color: rgb(134,129,121); }
div.DivClassName
{
background-color: #868179;
}
.BgClassName
{
background-color: #868179;
}
</style>
border-color css
<style>
span { border-color: #868179; }
span { border-color: rgb(134,129,121); }
td.TdClassName
{
border-color: #868179;
}
.TagClassName
{
border-color: #868179;
}
</style>