Html Css Color HEX #84696D Empress

📋 copy color: '#84696D'

red 132 ◦ green 105 ◦ blue 109

#84696D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #84696D

Tints of Empress #84696D

RGB

 RED value IS 132 (51.95% from 255) = 38.15%

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 38.15%
G = 30.35%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84696D (or 0x84696D) is known color: Empress. HEX triplet: 84, 69 and 6D. RGB value is (132,105,109). Sum of RGB (Red+Green+Blue) = 132+105+109=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696D is #7B9692. Grayscale: #717171. Windows color (decimal): -8099475 or 7170436. OLE color: 7170436.

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

Color convert

RGB 132 105 109 -
CMYK 0 0.20 0.17 0.48
HSL 351.11º 0.11% 0.46% -
HSV(B) 351.11º 0.2% 0.52% -
XYZ 17.33 16.11 16.66 -
YUV 113.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 132 105 109 0 0.20 0.17 0.48 351.11 0.11 0.46
Hex 84 69 6D 0 14 11 30 15F B 2E
Octal 204 151 155 0 24 21 60 537 13 56
Binary 10000100 1101001 1101101 0 10100 10001 110000 101011111 1011 101110

Color Harmonies of #84696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84696D

Black with #84696D

Text Example


Text Example

White with #84696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84696D;
 }
 .AnyTagClassName
 {
   color: #84696D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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