Shades of Pewter #869F85
Tints of Pewter #869F85
RGB
CMYK
RGB Variations
Color information
#869F85 (or 0x869F85) is known color: Pewter. HEX triplet: 86, 9F and 85. RGB value is (134,159,133). Sum of RGB (Red+Green+Blue) = 134+159+133=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #869F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F85 is #79607A. Grayscale: #949494. Windows color (decimal): -7954555 or 8757126. OLE color: 8757126.
HSL color Cylindrical-coordinate representation of color #869F85: hue angle of 117.69º 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 #869F85 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 133 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.38 |
| HSL | 117.69º | 0.12% | 0.57% | - |
| HSV(B) | 117.69º | 0.16% | 0.62% | - |
| XYZ | 26.46 | 31.56 | 26.89 | - |
| YUV | 148.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 133 | 0.16 | 0 | 0.16 | 0.38 | 117.69 | 0.12 | 0.57 |
| Hex | 86 | 9F | 85 | 10 | 0 | 10 | 26 | 76 | C | 39 |
| Octal | 206 | 237 | 205 | 20 | 0 | 20 | 46 | 166 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10000101 | 10000 | 0 | 10000 | 100110 | 1110110 | 1100 | 111001 |
Color Harmonies of #869F85
Complementary color
Monochromatic Colors of #869F85
Black with #869F85
Text Example
Text Example
White with #869F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F85; }
p { color: rgb(134,159,133); }
H1.HeaderClassName
{
color: #869F85;
}
.AnyTagClassName
{
color: #869F85;
}
</style>
background-color css
<style>
a { background-color: #869F85; }
a { background-color: rgb(134,159,133); }
div.DivClassName
{
background-color: #869F85;
}
.BgClassName
{
background-color: #869F85;
}
</style>
border-color css
<style>
span { border-color: #869F85; }
span { border-color: rgb(134,159,133); }
td.TdClassName
{
border-color: #869F85;
}
.TagClassName
{
border-color: #869F85;
}
</style>