#86838D

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

Shades of Topaz #86838D

Tints of Topaz #86838D

Color information

#86838D (or 0x86838D) is unknown color: approx Topaz. HEX triplet: 86, 83 and 8D. RGB value is (134,131,141). Sum of RGB (Red+Green+Blue) = 134+131+141=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 141 - color contains mainly: blue. Hex color #86838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86838D is #797C72. Grayscale: #848484. Windows color (decimal): -7961715 or 9274246. OLE color: 9274246.

HSL color Cylindrical-coordinate representation of color #86838D: hue angle of 258º 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 #86838D is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134131141-
CMYK0.050.0700.45
HSL258º4.2%53.33%-
HSV(B)258º7.09%55.29%-
XYZ22.7623.2228.48-
YUV133.04132.49128.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=33.00%
G=32.27%
B=34.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341311410.050.0700.452584.253.33
Hex86838D5702D102435
Octal20620321557055402465
Binary1000011010000011100011011011110101101100000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86838D; }

 p { color: rgb(134,131,141); }

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

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

 a { background-color: rgb(134,131,141); }

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

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

 span { border-color: rgb(134,131,141); }

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