#86696F

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

Shades of Empress #86696F

Tints of Empress #86696F

Color information

#86696F (or 0x86696F) is unknown color: approx Empress. HEX triplet: 86, 69 and 6F. RGB value is (134,105,111). Sum of RGB (Red+Green+Blue) = 134+105+111=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #86696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696F is #799690. Grayscale: #727272. Windows color (decimal): -7968401 or 7301510. OLE color: 7301510.

HSL color Cylindrical-coordinate representation of color #86696F: hue angle of 347.59º degrees, saturation: 0.12, 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 #86696F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134105111-
CMYK00.220.170.47
HSL347.59º12.13%46.86%-
HSV(B)347.59º21.64%52.55%-
XYZ17.7516.3217.25-
YUV114.35126.11142.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=38.29%
G=30%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410511100.220.170.47347.5912.1346.86
Hex86696F016112F15cc2f
Octal20615115702621575341457
Binary1000011011010011101111010110100011011111010111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86696F; }

 p { color: rgb(134,105,111); }

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

<style>
 a { background-color: #86696F; }

 a { background-color: rgb(134,105,111); }

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

<style>
 span { border-color: #86696F; }

 span { border-color: rgb(134,105,111); }

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