#846B6D

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

Shades of Empress #846B6D

Tints of Empress #846B6D

Color information

#846B6D (or 0x846B6D) is unknown color: approx Empress. HEX triplet: 84, 6B and 6D. RGB value is (132,107,109). Sum of RGB (Red+Green+Blue) = 132+107+109=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B6D is #7B9492. Grayscale: #727272. Windows color (decimal): -8098963 or 7170948. OLE color: 7170948.

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

Color convert

RGB132107109-
CMYK00.190.170.48
HSL355.2º10.46%46.86%-
HSV(B)355.2º18.94%51.76%-
XYZ17.5316.5316.73-
YUV114.7124.78140.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=37.93%
G=30.75%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210710900.190.170.48355.210.4646.86
Hex846B6D0131130163a2f
Octal20415315502321605431257
Binary1000010011010111101101010011100011100001011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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