Html Css Color HEX #866A6D Empress

📋 copy color: '#866A6D'

red 134 ◦ green 106 ◦ blue 109

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

Shades of Empress #866A6D

Tints of Empress #866A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 38.4%
G = 30.37%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#866A6D (or 0x866A6D) is known color: Empress. HEX triplet: 86, 6A and 6D. RGB value is (134,106,109). Sum of RGB (Red+Green+Blue) = 134+106+109=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #866A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A6D is #799592. Grayscale: #727272. Windows color (decimal): -7968147 or 7170694. OLE color: 7170694.

HSL color Cylindrical-coordinate representation of color #866A6D: hue angle of 353.57º 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 #866A6D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 109 -
CMYK 0 0.21 0.19 0.47
HSL 353.57º 0.12% 0.47% -
HSV(B) 353.57º 0.21% 0.53% -
XYZ 17.75 16.48 16.71 -
YUV 114.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 134 106 109 0 0.21 0.19 0.47 353.57 0.12 0.47
Hex 86 6A 6D 0 15 13 2F 162 C 2F
Octal 206 152 155 0 25 23 57 542 14 57
Binary 10000110 1101010 1101101 0 10101 10011 101111 101100010 1100 101111

Color Harmonies of #866A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A6D

Black with #866A6D

Text Example


Text Example

White with #866A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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