#84696B

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

Shades of Empress #84696B

Tints of Empress #84696B

Color information

#84696B (or 0x84696B) is unknown color: approx Empress. HEX triplet: 84, 69 and 6B. RGB value is (132,105,107). Sum of RGB (Red+Green+Blue) = 132+105+107=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696B is #7B9694. Grayscale: #717171. Windows color (decimal): -8099477 or 7039364. OLE color: 7039364.

HSL color Cylindrical-coordinate representation of color #84696B: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84696B is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB132105107-
CMYK00.200.190.48
HSL355.56º11.39%46.47%-
HSV(B)355.56º20.45%51.76%-
XYZ17.2216.0716.1-
YUV113.3124.45141.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=38.37%
G=30.52%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210510700.200.190.48355.5611.3946.47
Hex84696B0141330164b2e
Octal20415115302423605441356
Binary1000010011010011101011010100100111100001011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84696B; }

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

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

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

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

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

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

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

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