#81666B

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

Shades of Empress #81666B

Tints of Empress #81666B

Color information

#81666B (or 0x81666B) is unknown color: approx Empress. HEX triplet: 81, 66 and 6B. RGB value is (129,102,107). Sum of RGB (Red+Green+Blue) = 129+102+107=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81666B is #7E9994. Grayscale: #6E6E6E. Windows color (decimal): -8296853 or 7038593. OLE color: 7038593.

HSL color Cylindrical-coordinate representation of color #81666B: hue angle of 348.89º 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 #81666B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB129102107-
CMYK00.210.170.49
HSL348.89º11.69%45.29%-
HSV(B)348.89º20.93%50.59%-
XYZ16.4615.2315.98-
YUV110.64125.95141.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=38.17%
G=30.18%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910210700.210.170.49348.8911.6945.29
Hex81666B015113115dc2d
Octal20114615302521615351455
Binary1000000111001101101011010101100011100011010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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