#86686E

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

Shades of Empress #86686E

Tints of Empress #86686E

Color information

#86686E (or 0x86686E) is unknown color: approx Empress. HEX triplet: 86, 68 and 6E. RGB value is (134,104,110). Sum of RGB (Red+Green+Blue) = 134+104+110=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #86686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686E is #799791. Grayscale: #717171. Windows color (decimal): -7968658 or 7235718. OLE color: 7235718.

HSL color Cylindrical-coordinate representation of color #86686E: hue angle of 348º 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 #86686E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB134104110-
CMYK00.220.180.47
HSL348º12.61%46.67%-
HSV(B)348º22.39%52.55%-
XYZ17.616.0916.93-
YUV113.65125.94142.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=38.51%
G=29.89%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410411000.220.180.4734812.6146.67
Hex86686E016122F15cd2f
Octal20615015602622575341557
Binary1000011011010001101110010110100101011111010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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