#869D84

Color #869D84 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #869D84

Tints of Pewter #869D84

Color information

#869D84 (or 0x869D84) is unknown color: approx Pewter. HEX triplet: 86, 9D and 84. RGB value is (134,157,132). Sum of RGB (Red+Green+Blue) = 134+157+132=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #869D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D84 is #79627B. Grayscale: #939393. Windows color (decimal): -7955068 or 8691078. OLE color: 8691078.

HSL color Cylindrical-coordinate representation of color #869D84: hue angle of 115.2º degrees, saturation: 0.11, 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 #869D84 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB134157132-
CMYK0.1500.160.38
HSL115.2º11.31%56.67%-
HSV(B)115.2º15.92%61.57%-
XYZ26.0530.8526.41-
YUV147.27119.38118.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=31.68%
G=37.12%
B=31.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341571320.1500.160.38115.211.3156.67
Hex869D84F0102673b39
Octal20623520417020461631371
Binary100001101001110110000100111101000010011011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869D84; }

 p { color: rgb(134,157,132); }

 H1.HeaderClassName
 {
   color: #869D84;
 }
 .AnyTagClassName
 {
   color: #869D84;
 }
</style>
background-color css

<style>
 a { background-color: #869D84; }

 a { background-color: rgb(134,157,132); }

 div.DivClassName
 {
   background-color: #869D84;
 }
 .BgClassName
 {
   background-color: #869D84;
 }
</style>
border-color css

<style>
 span { border-color: #869D84; }

 span { border-color: rgb(134,157,132); }

 td.TdClassName
 {
   border-color: #869D84;
 }
 .TagClassName
 {
   border-color: #869D84;
 }
</style>