#816A6F

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

Shades of Empress #816A6F

Tints of Empress #816A6F

Color information

#816A6F (or 0x816A6F) is unknown color: approx Empress. HEX triplet: 81, 6A and 6F. RGB value is (129,106,111). Sum of RGB (Red+Green+Blue) = 129+106+111=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #816A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A6F is #7E9590. Grayscale: #717171. Windows color (decimal): -8295825 or 7301761. OLE color: 7301761.

HSL color Cylindrical-coordinate representation of color #816A6F: hue angle of 346.96º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #816A6F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB129106111-
CMYK00.180.140.49
HSL346.96º9.79%46.08%-
HSV(B)346.96º17.83%50.59%-
XYZ17.0816.1217.25-
YUV113.45126.62139.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=37.28%
G=30.64%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910611100.180.140.49346.969.7946.08
Hex816A6F012E3115ba2e
Octal20115215702216615331256
Binary100000011101010110111101001011101100011010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A6F; }

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

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

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

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

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

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

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

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