#81666C

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

Shades of Empress #81666C

Tints of Empress #81666C

Color information

#81666C (or 0x81666C) is unknown color: approx Empress. HEX triplet: 81, 66 and 6C. RGB value is (129,102,108). Sum of RGB (Red+Green+Blue) = 129+102+108=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81666C is #7E9993. Grayscale: #6E6E6E. Windows color (decimal): -8296852 or 7104129. OLE color: 7104129.

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

Color convert

RGB129102108-
CMYK00.210.160.49
HSL346.67º11.69%45.29%-
HSV(B)346.67º20.93%50.59%-
XYZ16.5115.2516.26-
YUV110.76126.45141.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=38.05%
G=30.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910210800.210.160.49346.6711.6945.29
Hex81666C015103115bc2d
Octal20114615402520615331455
Binary1000000111001101101100010101100001100011010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,102,108); }

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

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

 a { background-color: rgb(129,102,108); }

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

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

 span { border-color: rgb(129,102,108); }

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