Html Css Color HEX #84696C Empress

📋 copy color: '#84696C'

red 132 ◦ green 105 ◦ blue 108

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

Shades of Empress #84696C

Tints of Empress #84696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 38.26%
G = 30.43%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84696C (or 0x84696C) is known color: Empress. HEX triplet: 84, 69 and 6C. RGB value is (132,105,108). Sum of RGB (Red+Green+Blue) = 132+105+108=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696C is #7B9693. Grayscale: #717171. Windows color (decimal): -8099476 or 7104900. OLE color: 7104900.

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

Color convert

RGB 132 105 108 -
CMYK 0 0.20 0.18 0.48
HSL 353.33º 0.11% 0.46% -
HSV(B) 353.33º 0.2% 0.52% -
XYZ 17.27 16.09 16.38 -
YUV 113.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 132 105 108 0 0.20 0.18 0.48 353.33 0.11 0.46
Hex 84 69 6C 0 14 12 30 161 B 2E
Octal 204 151 154 0 24 22 60 541 13 56
Binary 10000100 1101001 1101100 0 10100 10010 110000 101100001 1011 101110

Color Harmonies of #84696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84696C

Black with #84696C

Text Example


Text Example

White with #84696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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