#816B6E

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

Shades of Empress #816B6E

Tints of Empress #816B6E

Color information

#816B6E (or 0x816B6E) is unknown color: approx Empress. HEX triplet: 81, 6B and 6E. RGB value is (129,107,110). Sum of RGB (Red+Green+Blue) = 129+107+110=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #816B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B6E is #7E9491. Grayscale: #717171. Windows color (decimal): -8295570 or 7236481. OLE color: 7236481.

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

Color convert

RGB129107110-
CMYK00.170.150.49
HSL351.82º9.32%46.27%-
HSV(B)351.82º17.05%50.59%-
XYZ17.1316.3117-
YUV113.92125.79138.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=37.28%
G=30.92%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910711000.170.150.49351.829.3246.27
Hex816B6E011F3116092e
Octal20115315602117615401156
Binary100000011101011110111001000111111100011011000001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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