#86818B

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

Shades of Topaz #86818B

Tints of Topaz #86818B

Color information

#86818B (or 0x86818B) is unknown color: approx Topaz. HEX triplet: 86, 81 and 8B. RGB value is (134,129,139). Sum of RGB (Red+Green+Blue) = 134+129+139=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #86818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86818B is #797E74. Grayscale: #838383. Windows color (decimal): -7962229 or 9142662. OLE color: 9142662.

HSL color Cylindrical-coordinate representation of color #86818B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86818B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134129139-
CMYK0.040.0700.45
HSL270º4.13%52.55%-
HSV(B)270º7.19%54.51%-
XYZ22.3422.6327.62-
YUV131.64132.16129.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=33.33%
G=32.09%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341291390.040.0700.452704.1352.55
Hex86818B4702D10e435
Octal20620121347055416465
Binary1000011010000001100010111001110101101100001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86818B; }

 p { color: rgb(134,129,139); }

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

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

 a { background-color: rgb(134,129,139); }

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

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

 span { border-color: rgb(134,129,139); }

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