#846A71

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

Shades of Empress #846A71

Tints of Empress #846A71

Color information

#846A71 (or 0x846A71) is unknown color: approx Empress. HEX triplet: 84, 6A and 71. RGB value is (132,106,113). Sum of RGB (Red+Green+Blue) = 132+106+113=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A71 is #7B958E. Grayscale: #727272. Windows color (decimal): -8099215 or 7432836. OLE color: 7432836.

HSL color Cylindrical-coordinate representation of color #846A71: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A71 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132106113-
CMYK00.200.140.48
HSL343.85º10.92%46.67%-
HSV(B)343.85º19.7%51.76%-
XYZ17.6516.4117.86-
YUV114.57127.11140.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=37.61%
G=30.20%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210611300.200.140.48343.8510.9246.67
Hex846A71014E30158b2f
Octal20415216102416605301357
Binary100001001101010111000101010011101100001010110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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