#868091

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

Shades of Topaz #868091

Tints of Topaz #868091

Color information

#868091 (or 0x868091) is unknown color: approx Topaz. HEX triplet: 86, 80 and 91. RGB value is (134,128,145). Sum of RGB (Red+Green+Blue) = 134+128+145=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 145 - color contains mainly: blue. Hex color #868091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868091 is #797F6E. Grayscale: #838383. Windows color (decimal): -7962479 or 9535622. OLE color: 9535622.

HSL color Cylindrical-coordinate representation of color #868091: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868091 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134128145-
CMYK0.080.1200.43
HSL261.18º7.17%53.53%-
HSV(B)261.18º11.72%56.86%-
XYZ22.6622.5529.95-
YUV131.73135.49129.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=32.92%
G=31.45%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341281450.080.1200.43261.187.1753.53
Hex8680918C02B105736
Octal2062002211014053405766
Binary100001101000000010010001100011000101011100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868091; }

 p { color: rgb(134,128,145); }

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

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

 a { background-color: rgb(134,128,145); }

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

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

 span { border-color: rgb(134,128,145); }

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