#846870

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

Shades of Empress #846870

Tints of Empress #846870

Color information

#846870 (or 0x846870) is unknown color: approx Empress. HEX triplet: 84, 68 and 70. RGB value is (132,104,112). Sum of RGB (Red+Green+Blue) = 132+104+112=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846870 is #7B978F. Grayscale: #717171. Windows color (decimal): -8099728 or 7366788. OLE color: 7366788.

HSL color Cylindrical-coordinate representation of color #846870: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846870 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB132104112-
CMYK00.210.150.48
HSL342.86º11.86%46.27%-
HSV(B)342.86º21.21%51.76%-
XYZ17.3915.9817.5-
YUV113.28127.28141.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=37.93%
G=29.89%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411200.210.150.48342.8611.8646.27
Hex846870015F30157c2e
Octal20415016002517605271456
Binary100001001101000111000001010111111100001010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846870; }

 p { color: rgb(132,104,112); }

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

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

 a { background-color: rgb(132,104,112); }

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

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

 span { border-color: rgb(132,104,112); }

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