Html Css Color HEX #84696B Empress

📋 copy color: '#84696B'

red 132 ◦ green 105 ◦ blue 107

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

Shades of Empress #84696B

Tints of Empress #84696B

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.1%

R = 38.37%
G = 30.52%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84696B (or 0x84696B) is known color: 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

RGB 132 105 107 -
CMYK 0 0.20 0.19 0.48
HSL 355.56º 0.11% 0.46% -
HSV(B) 355.56º 0.2% 0.52% -
XYZ 17.22 16.07 16.1 -
YUV 113.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 132 105 107 0 0.20 0.19 0.48 355.56 0.11 0.46
Hex 84 69 6B 0 14 13 30 164 B 2E
Octal 204 151 153 0 24 23 60 544 13 56
Binary 10000100 1101001 1101011 0 10100 10011 110000 101100100 1011 101110

Color Harmonies of #84696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84696B

Black with #84696B

Text Example


Text Example

White with #84696B

Text Example


Text Example

HTML Codes & Css Web 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>