Shades of Concord #868073
Tints of Concord #868073
RGB
CMYK
RGB Variations
Color information
#868073 (or 0x868073) is known color: Concord. HEX triplet: 86, 80 and 73. RGB value is (134,128,115). Sum of RGB (Red+Green+Blue) = 134+128+115=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #868073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868073 is #797F8C. Grayscale: #808080. Windows color (decimal): -7962509 or 7569542. OLE color: 7569542.
HSL color Cylindrical-coordinate representation of color #868073: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868073 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 115 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.47 |
| HSL | 41.05º | 0.08% | 0.49% | - |
| HSV(B) | 41.05º | 0.14% | 0.53% | - |
| XYZ | 20.65 | 21.74 | 19.33 | - |
| YUV | 128.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 115 | 0 | 0.04 | 0.14 | 0.47 | 41.05 | 0.08 | 0.49 |
| Hex | 86 | 80 | 73 | 0 | 4 | E | 2F | 29 | 8 | 31 |
| Octal | 206 | 200 | 163 | 0 | 4 | 16 | 57 | 51 | 10 | 61 |
| Binary | 10000110 | 10000000 | 1110011 | 0 | 100 | 1110 | 101111 | 101001 | 1000 | 110001 |
Color Harmonies of #868073
Complementary color
Monochromatic Colors of #868073
Black with #868073
Text Example
Text Example
White with #868073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868073; }
p { color: rgb(134,128,115); }
H1.HeaderClassName
{
color: #868073;
}
.AnyTagClassName
{
color: #868073;
}
</style>
background-color css
<style>
a { background-color: #868073; }
a { background-color: rgb(134,128,115); }
div.DivClassName
{
background-color: #868073;
}
.BgClassName
{
background-color: #868073;
}
</style>
border-color css
<style>
span { border-color: #868073; }
span { border-color: rgb(134,128,115); }
td.TdClassName
{
border-color: #868073;
}
.TagClassName
{
border-color: #868073;
}
</style>