#86858A

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

Shades of Topaz #86858A

Tints of Topaz #86858A

Color information

#86858A (or 0x86858A) is unknown color: approx Topaz. HEX triplet: 86, 85 and 8A. RGB value is (134,133,138). Sum of RGB (Red+Green+Blue) = 134+133+138=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #86858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86858A is #797A75. Grayscale: #858585. Windows color (decimal): -7961206 or 9078150. OLE color: 9078150.

HSL color Cylindrical-coordinate representation of color #86858A: hue angle of 252º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #86858A is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134133138-
CMYK0.030.0400.46
HSL252º2.09%53.14%-
HSV(B)252º3.62%54.12%-
XYZ22.8123.6827.41-
YUV133.87130.33128.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=33.09%
G=32.84%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341331380.030.0400.462522.0953.14
Hex86858A3402Efc235
Octal20620521234056374265
Binary1000011010000101100010101110001011101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86858A; }

 p { color: rgb(134,133,138); }

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

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

 a { background-color: rgb(134,133,138); }

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

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

 span { border-color: rgb(134,133,138); }

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