#86696C

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

Shades of Empress #86696C

Tints of Empress #86696C

Color information

#86696C (or 0x86696C) is unknown color: approx Empress. HEX triplet: 86, 69 and 6C. RGB value is (134,105,108). Sum of RGB (Red+Green+Blue) = 134+105+108=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #86696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86696C is #799693. Grayscale: #727272. Windows color (decimal): -7968404 or 7104902. OLE color: 7104902.

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

Color convert

RGB134105108-
CMYK00.220.190.47
HSL353.79º12.13%46.86%-
HSV(B)353.79º21.64%52.55%-
XYZ17.5916.2516.4-
YUV114.01124.61142.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=38.62%
G=30.26%
B=31.12%

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
Decimal13410510800.220.190.47353.7912.1346.86
Hex86696C016132F162c2f
Octal20615115402623575421457
Binary1000011011010011101100010110100111011111011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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