#816A6B

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

Shades of Empress #816A6B

Tints of Empress #816A6B

Color information

#816A6B (or 0x816A6B) is unknown color: approx Empress. HEX triplet: 81, 6A and 6B. RGB value is (129,106,107). Sum of RGB (Red+Green+Blue) = 129+106+107=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #816A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A6B is #7E9594. Grayscale: #717171. Windows color (decimal): -8295829 or 7039617. OLE color: 7039617.

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

Color convert

RGB129106107-
CMYK00.180.170.49
HSL357.39º9.79%46.08%-
HSV(B)357.39º17.83%50.59%-
XYZ16.8616.0416.12-
YUV112.99124.62139.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=37.72%
G=30.99%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910610700.180.170.49357.399.7946.08
Hex816A6B0121131165a2e
Octal20115215302221615451256
Binary1000000111010101101011010010100011100011011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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