#846E70

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

Shades of Empress #846E70

Tints of Empress #846E70

Color information

#846E70 (or 0x846E70) is unknown color: approx Empress. HEX triplet: 84, 6E and 70. RGB value is (132,110,112). Sum of RGB (Red+Green+Blue) = 132+110+112=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #846E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E70 is #7B918F. Grayscale: #747474. Windows color (decimal): -8098192 or 7368324. OLE color: 7368324.

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

Color convert

RGB132110112-
CMYK00.170.150.48
HSL354.55º9.09%47.45%-
HSV(B)354.55º16.67%51.76%-
XYZ18.0217.2317.7-
YUV116.81125.29138.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=37.29%
G=31.07%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211011200.170.150.48354.559.0947.45
Hex846E70011F3016392f
Octal20415616002117605431157
Binary100001001101110111000001000111111100001011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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