#816A71

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

Shades of Empress #816A71

Tints of Empress #816A71

Color information

#816A71 (or 0x816A71) is unknown color: approx Empress. HEX triplet: 81, 6A and 71. RGB value is (129,106,113). Sum of RGB (Red+Green+Blue) = 129+106+113=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #816A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A71 is #7E958E. Grayscale: #717171. Windows color (decimal): -8295823 or 7432833. OLE color: 7432833.

HSL color Cylindrical-coordinate representation of color #816A71: hue angle of 341.74º 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 #816A71 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB129106113-
CMYK00.180.120.49
HSL341.74º9.79%46.08%-
HSV(B)341.74º17.83%50.59%-
XYZ17.1916.1717.84-
YUV113.68127.62138.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=37.07%
G=30.46%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910611300.180.120.49341.749.7946.08
Hex816A71012C31156a2e
Octal20115216102214615261256
Binary100000011101010111000101001011001100011010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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