Html Css Color HEX #84696F Empress

📋 copy color: '#84696F'

red 132 ◦ green 105 ◦ blue 111

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

Shades of Empress #84696F

Tints of Empress #84696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 37.93%
G = 30.17%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84696F (or 0x84696F) is known color: Empress. HEX triplet: 84, 69 and 6F. RGB value is (132,105,111). Sum of RGB (Red+Green+Blue) = 132+105+111=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #84696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696F is #7B9690. Grayscale: #717171. Windows color (decimal): -8099473 or 7301508. OLE color: 7301508.

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

Color convert

RGB 132 105 111 -
CMYK 0 0.20 0.16 0.48
HSL 346.67º 0.11% 0.46% -
HSV(B) 346.67º 0.2% 0.52% -
XYZ 17.44 16.16 17.24 -
YUV 113.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 132 105 111 0 0.20 0.16 0.48 346.67 0.11 0.46
Hex 84 69 6F 0 14 10 30 15B B 2E
Octal 204 151 157 0 24 20 60 533 13 56
Binary 10000100 1101001 1101111 0 10100 10000 110000 101011011 1011 101110

Color Harmonies of #84696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84696F

Black with #84696F

Text Example


Text Example

White with #84696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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