Html Css Color HEX #846A71 Empress

📋 copy color: '#846A71'

red 132 ◦ green 106 ◦ blue 113

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

Shades of Empress #846A71

Tints of Empress #846A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 37.61%
G = 30.2%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846A71 (or 0x846A71) is known color: Empress. HEX triplet: 84, 6A and 71. RGB value is (132,106,113). Sum of RGB (Red+Green+Blue) = 132+106+113=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A71 is #7B958E. Grayscale: #727272. Windows color (decimal): -8099215 or 7432836. OLE color: 7432836.

HSL color Cylindrical-coordinate representation of color #846A71: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A71 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 106 113 -
CMYK 0 0.20 0.14 0.48
HSL 343.85º 0.11% 0.47% -
HSV(B) 343.85º 0.2% 0.52% -
XYZ 17.65 16.41 17.86 -
YUV 114.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 132 106 113 0 0.20 0.14 0.48 343.85 0.11 0.47
Hex 84 6A 71 0 14 E 30 158 B 2F
Octal 204 152 161 0 24 16 60 530 13 57
Binary 10000100 1101010 1110001 0 10100 1110 110000 101011000 1011 101111

Color Harmonies of #846A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A71

Black with #846A71

Text Example


Text Example

White with #846A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A71; }

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

 H1.HeaderClassName
 {
   color: #846A71;
 }
 .AnyTagClassName
 {
   color: #846A71;
 }
</style>

background-color css

<style>
 a { background-color: #846A71; }

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

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

border-color css

<style>
 span { border-color: #846A71; }

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

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