#81656A

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

Shades of Empress #81656A

Tints of Empress #81656A

Color information

#81656A (or 0x81656A) is unknown color: approx Empress. HEX triplet: 81, 65 and 6A. RGB value is (129,101,106). Sum of RGB (Red+Green+Blue) = 129+101+106=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81656A is #7E9A95. Grayscale: #6D6D6D. Windows color (decimal): -8297110 or 6972801. OLE color: 6972801.

HSL color Cylindrical-coordinate representation of color #81656A: hue angle of 349.29º 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 #81656A is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB129101106-
CMYK00.220.180.49
HSL349.29º12.17%45.1%-
HSV(B)349.29º21.71%50.59%-
XYZ16.3115.0215.67-
YUV109.94125.78141.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=38.39%
G=30.06%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910110600.220.180.49349.2912.1745.1
Hex81656A016123115dc2d
Octal20114515202622615351455
Binary1000000111001011101010010110100101100011010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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