#81656D

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

Shades of Empress #81656D

Tints of Empress #81656D

Color information

#81656D (or 0x81656D) is unknown color: approx Empress. HEX triplet: 81, 65 and 6D. RGB value is (129,101,109). Sum of RGB (Red+Green+Blue) = 129+101+109=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81656D is #7E9A92. Grayscale: #6E6E6E. Windows color (decimal): -8297107 or 7169409. OLE color: 7169409.

HSL color Cylindrical-coordinate representation of color #81656D: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81656D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB129101109-
CMYK00.220.160.49
HSL342.86º12.17%45.1%-
HSV(B)342.86º21.71%50.59%-
XYZ16.4715.0816.51-
YUV110.28127.28141.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=38.05%
G=29.79%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910110900.220.160.49342.8612.1745.1
Hex81656D0161031157c2d
Octal20114515502620615271455
Binary1000000111001011101101010110100001100011010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,101,109); }

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

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

 a { background-color: rgb(129,101,109); }

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

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

 span { border-color: rgb(129,101,109); }

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