Html Css Color HEX #866A71 Empress

📋 copy color: '#866A71'

red 134 ◦ green 106 ◦ blue 113

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

Shades of Empress #866A71

Tints of Empress #866A71

RGB

 RED value IS 134 (52.73% from 255) = 37.96%

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

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

R = 37.96%
G = 30.03%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866A71 (or 0x866A71) is known color: Empress. HEX triplet: 86, 6A and 71. RGB value is (134,106,113). Sum of RGB (Red+Green+Blue) = 134+106+113=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A71 is #79958E. Grayscale: #737373. Windows color (decimal): -7968143 or 7432838. OLE color: 7432838.

HSL color Cylindrical-coordinate representation of color #866A71: hue angle of 345º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A71 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 113 -
CMYK 0 0.21 0.16 0.47
HSL 345º 0.12% 0.47% -
HSV(B) 345º 0.21% 0.53% -
XYZ 17.97 16.57 17.87 -
YUV 115.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 134 106 113 0 0.21 0.16 0.47 345 0.12 0.47
Hex 86 6A 71 0 15 10 2F 159 C 2F
Octal 206 152 161 0 25 20 57 531 14 57
Binary 10000110 1101010 1110001 0 10101 10000 101111 101011001 1100 101111

Color Harmonies of #866A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A71

Black with #866A71

Text Example


Text Example

White with #866A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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