#84696E

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

Shades of Empress #84696E

Tints of Empress #84696E

Color information

#84696E (or 0x84696E) is unknown color: approx Empress. HEX triplet: 84, 69 and 6E. RGB value is (132,105,110). Sum of RGB (Red+Green+Blue) = 132+105+110=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #84696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696E is #7B9691. Grayscale: #717171. Windows color (decimal): -8099474 or 7235972. OLE color: 7235972.

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

Color convert

RGB132105110-
CMYK00.200.170.48
HSL348.89º11.39%46.47%-
HSV(B)348.89º20.45%51.76%-
XYZ17.3816.1316.95-
YUV113.64125.95141.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=38.04%
G=30.26%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210511000.200.170.48348.8911.3946.47
Hex84696E014113015db2e
Octal20415115602421605351356
Binary1000010011010011101110010100100011100001010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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