#846D71

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

Shades of Empress #846D71

Tints of Empress #846D71

Color information

#846D71 (or 0x846D71) is unknown color: approx Empress. HEX triplet: 84, 6D and 71. RGB value is (132,109,113). Sum of RGB (Red+Green+Blue) = 132+109+113=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D71 is #7B928E. Grayscale: #747474. Windows color (decimal): -8098447 or 7433604. OLE color: 7433604.

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

Color convert

RGB132109113-
CMYK00.170.140.48
HSL349.57º9.54%47.25%-
HSV(B)349.57º17.42%51.76%-
XYZ17.9617.0417.96-
YUV116.33126.12139.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=37.29%
G=30.79%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210911300.170.140.48349.579.5447.25
Hex846D71011E3015ea2f
Octal20415516102116605361257
Binary100001001101101111000101000111101100001010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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