#81686A

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

Shades of Empress #81686A

Tints of Empress #81686A

Color information

#81686A (or 0x81686A) is unknown color: approx Empress. HEX triplet: 81, 68 and 6A. RGB value is (129,104,106). Sum of RGB (Red+Green+Blue) = 129+104+106=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81686A is #7E9795. Grayscale: #6F6F6F. Windows color (decimal): -8296342 or 6973569. OLE color: 6973569.

HSL color Cylindrical-coordinate representation of color #81686A: hue angle of 355.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81686A is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129104106-
CMYK00.190.180.49
HSL355.2º10.73%45.69%-
HSV(B)355.2º19.38%50.59%-
XYZ16.6115.6115.77-
YUV111.7124.78140.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=38.05%
G=30.68%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910410600.190.180.49355.210.7345.69
Hex81686A0131231163b2e
Octal20115015202322615431356
Binary1000000111010001101010010011100101100011011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81686A; }

 p { color: rgb(129,104,106); }

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

<style>
 a { background-color: #81686A; }

 a { background-color: rgb(129,104,106); }

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

<style>
 span { border-color: #81686A; }

 span { border-color: rgb(129,104,106); }

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