#816266

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

Shades of Empress #816266

Tints of Empress #816266

Color information

#816266 (or 0x816266) is unknown color: approx Empress. HEX triplet: 81, 62 and 66. RGB value is (129,98,102). Sum of RGB (Red+Green+Blue) = 129+98+102=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816266 is #7E9D99. Grayscale: #6B6B6B. Windows color (decimal): -8297882 or 6709889. OLE color: 6709889.

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

Color convert

RGB12998102-
CMYK00.240.210.49
HSL352.26º13.66%44.51%-
HSV(B)352.26º24.03%50.59%-
XYZ15.8214.3614.51-
YUV107.72124.77143.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=39.21%
G=29.79%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299810200.240.210.49352.2613.6644.51
Hex8162660181531160e2d
Octal20114214603025615401655
Binary1000000111000101100110011000101011100011011000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816266; }

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

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

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

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

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

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

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

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