Html Css Color HEX #84686A Empress

📋 copy color: '#84686A'

red 132 ◦ green 104 ◦ blue 106

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

Shades of Empress #84686A

Tints of Empress #84686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 38.6%
G = 30.41%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84686A (or 0x84686A) is known color: Empress. HEX triplet: 84, 68 and 6A. RGB value is (132,104,106). Sum of RGB (Red+Green+Blue) = 132+104+106=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686A is #7B9795. Grayscale: #707070. Windows color (decimal): -8099734 or 6973572. OLE color: 6973572.

HSL color Cylindrical-coordinate representation of color #84686A: hue angle of 355.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84686A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 104 106 -
CMYK 0 0.21 0.20 0.48
HSL 355.71º 0.12% 0.46% -
HSV(B) 355.71º 0.21% 0.52% -
XYZ 17.07 15.85 15.79 -
YUV 112.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 132 104 106 0 0.21 0.20 0.48 355.71 0.12 0.46
Hex 84 68 6A 0 15 14 30 164 C 2E
Octal 204 150 152 0 25 24 60 544 14 56
Binary 10000100 1101000 1101010 0 10101 10100 110000 101100100 1100 101110

Color Harmonies of #84686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84686A

Black with #84686A

Text Example


Text Example

White with #84686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84686A; }

 p { color: rgb(132,104,106); }

 H1.HeaderClassName
 {
   color: #84686A;
 }
 .AnyTagClassName
 {
   color: #84686A;
 }
</style>

background-color css

<style>
 a { background-color: #84686A; }

 a { background-color: rgb(132,104,106); }

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

border-color css

<style>
 span { border-color: #84686A; }

 span { border-color: rgb(132,104,106); }

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