#846D74

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

Shades of Empress #846D74

Tints of Empress #846D74

Color information

#846D74 (or 0x846D74) is unknown color: approx Empress. HEX triplet: 84, 6D and 74. RGB value is (132,109,116). Sum of RGB (Red+Green+Blue) = 132+109+116=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #846D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D74 is #7B928B. Grayscale: #747474. Windows color (decimal): -8098444 or 7630212. OLE color: 7630212.

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

Color convert

RGB132109116-
CMYK00.170.120.48
HSL341.74º9.54%47.25%-
HSV(B)341.74º17.42%51.76%-
XYZ18.1417.118.87-
YUV116.68127.62138.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=36.97%
G=30.53%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210911600.170.120.48341.749.5447.25
Hex846D74011C30156a2f
Octal20415516402114605261257
Binary100001001101101111010001000111001100001010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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