#86686D

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

Shades of Empress #86686D

Tints of Empress #86686D

Color information

#86686D (or 0x86686D) is unknown color: approx Empress. HEX triplet: 86, 68 and 6D. RGB value is (134,104,109). Sum of RGB (Red+Green+Blue) = 134+104+109=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #86686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86686D is #799792. Grayscale: #717171. Windows color (decimal): -7968659 or 7170182. OLE color: 7170182.

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

Color convert

RGB134104109-
CMYK00.220.190.47
HSL350º12.61%46.67%-
HSV(B)350º22.39%52.55%-
XYZ17.5416.0716.65-
YUV113.54125.44142.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=38.62%
G=29.97%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410410900.220.190.4735012.6146.67
Hex86686D016132F15ed2f
Octal20615015502623575361557
Binary1000011011010001101101010110100111011111010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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