#86686B

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

Shades of Empress #86686B

Tints of Empress #86686B

Color information

#86686B (or 0x86686B) is unknown color: approx Empress. HEX triplet: 86, 68 and 6B. RGB value is (134,104,107). Sum of RGB (Red+Green+Blue) = 134+104+107=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686B is #799794. Grayscale: #717171. Windows color (decimal): -7968661 or 7039110. OLE color: 7039110.

HSL color Cylindrical-coordinate representation of color #86686B: hue angle of 354º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86686B is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134104107-
CMYK00.220.200.47
HSL354º12.61%46.67%-
HSV(B)354º22.39%52.55%-
XYZ17.4416.0316.09-
YUV113.31124.44142.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=38.84%
G=30.14%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410410700.220.200.4735412.6146.67
Hex86686B016142F162d2f
Octal20615015302624575421557
Binary1000011011010001101011010110101001011111011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,104,107); }

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

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

 a { background-color: rgb(134,104,107); }

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

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

 span { border-color: rgb(134,104,107); }

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