#846B73

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

Shades of Empress #846B73

Tints of Empress #846B73

Color information

#846B73 (or 0x846B73) is unknown color: approx Empress. HEX triplet: 84, 6B and 73. RGB value is (132,107,115). Sum of RGB (Red+Green+Blue) = 132+107+115=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B73 is #7B948C. Grayscale: #737373. Windows color (decimal): -8098957 or 7564164. OLE color: 7564164.

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

Color convert

RGB132107115-
CMYK00.190.130.48
HSL340.8º10.46%46.86%-
HSV(B)340.8º18.94%51.76%-
XYZ17.8716.6618.49-
YUV115.39127.78139.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=37.29%
G=30.23%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210711500.190.130.48340.810.4646.86
Hex846B73013D30155a2f
Octal20415316302315605251257
Binary100001001101011111001101001111011100001010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,115); }

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

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

 a { background-color: rgb(132,107,115); }

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

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

 span { border-color: rgb(132,107,115); }

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