#846B6F

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

Shades of Empress #846B6F

Tints of Empress #846B6F

Color information

#846B6F (or 0x846B6F) is unknown color: approx Empress. HEX triplet: 84, 6B and 6F. RGB value is (132,107,111). Sum of RGB (Red+Green+Blue) = 132+107+111=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B6F is #7B9490. Grayscale: #727272. Windows color (decimal): -8098961 or 7302020. OLE color: 7302020.

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

Color convert

RGB132107111-
CMYK00.190.160.48
HSL350.4º10.46%46.86%-
HSV(B)350.4º18.94%51.76%-
XYZ17.6416.5717.31-
YUV114.93125.78140.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 107 (42.19% from 255) = 30.57%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=37.71%
G=30.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210711100.190.160.48350.410.4646.86
Hex846B6F013103015ea2f
Octal20415315702320605361257
Binary1000010011010111101111010011100001100001010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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