Shades of Pewter #869F86
Tints of Pewter #869F86
RGB
CMYK
RGB Variations
Color information
#869F86 (or 0x869F86) is known color: Pewter. HEX triplet: 86, 9F and 86. RGB value is (134,159,134). Sum of RGB (Red+Green+Blue) = 134+159+134=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #869F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F86 is #796079. Grayscale: #949494. Windows color (decimal): -7954554 or 8822662. OLE color: 8822662.
HSL color Cylindrical-coordinate representation of color #869F86: hue angle of 120º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869F86 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 134 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.38 |
| HSL | 120º | 0.12% | 0.57% | - |
| HSV(B) | 120º | 0.16% | 0.62% | - |
| XYZ | 26.53 | 31.59 | 27.25 | - |
| YUV | 148.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 134 | 0.16 | 0 | 0.16 | 0.38 | 120 | 0.12 | 0.57 |
| Hex | 86 | 9F | 86 | 10 | 0 | 10 | 26 | 78 | C | 39 |
| Octal | 206 | 237 | 206 | 20 | 0 | 20 | 46 | 170 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10000110 | 10000 | 0 | 10000 | 100110 | 1111000 | 1100 | 111001 |
Color Harmonies of #869F86
Complementary color
Monochromatic Colors of #869F86
Black with #869F86
Text Example
Text Example
White with #869F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F86; }
p { color: rgb(134,159,134); }
H1.HeaderClassName
{
color: #869F86;
}
.AnyTagClassName
{
color: #869F86;
}
</style>
background-color css
<style>
a { background-color: #869F86; }
a { background-color: rgb(134,159,134); }
div.DivClassName
{
background-color: #869F86;
}
.BgClassName
{
background-color: #869F86;
}
</style>
border-color css
<style>
span { border-color: #869F86; }
span { border-color: rgb(134,159,134); }
td.TdClassName
{
border-color: #869F86;
}
.TagClassName
{
border-color: #869F86;
}
</style>