#816566

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

Shades of Empress #816566

Tints of Empress #816566

Color information

#816566 (or 0x816566) is unknown color: approx Empress. HEX triplet: 81, 65 and 66. RGB value is (129,101,102). Sum of RGB (Red+Green+Blue) = 129+101+102=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816566 is #7E9A99. Grayscale: #6D6D6D. Windows color (decimal): -8297114 or 6710657. OLE color: 6710657.

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

Color convert

RGB129101102-
CMYK00.220.210.49
HSL357.86º12.17%45.1%-
HSV(B)357.86º21.71%50.59%-
XYZ16.1114.9314.6-
YUV109.49123.78141.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=38.86%
G=30.42%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910110200.220.210.49357.8612.1745.1
Hex8165660161531166c2d
Octal20114514602625615461455
Binary1000000111001011100110010110101011100011011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816566; }

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

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

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

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

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

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

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

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