#846D72

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

Shades of Empress #846D72

Tints of Empress #846D72

Color information

#846D72 (or 0x846D72) is unknown color: approx Empress. HEX triplet: 84, 6D and 72. RGB value is (132,109,114). Sum of RGB (Red+Green+Blue) = 132+109+114=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D72 is #7B928D. Grayscale: #747474. Windows color (decimal): -8098446 or 7499140. OLE color: 7499140.

HSL color Cylindrical-coordinate representation of color #846D72: hue angle of 346.96º 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 #846D72 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132109114-
CMYK00.170.140.48
HSL346.96º9.54%47.25%-
HSV(B)346.96º17.42%51.76%-
XYZ18.0217.0618.26-
YUV116.45126.62139.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=37.18%
G=30.70%
B=32.11%

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
Decimal13210911400.170.140.48346.969.5447.25
Hex846D72011E3015ba2f
Octal20415516202116605331257
Binary100001001101101111001001000111101100001010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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