Html Css Color HEX #866B73 Empress

📋 copy color: '#866B73'

red 134 ◦ green 107 ◦ blue 115

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

Shades of Empress #866B73

Tints of Empress #866B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 37.64%
G = 30.06%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#866B73 (or 0x866B73) is known color: Empress. HEX triplet: 86, 6B and 73. RGB value is (134,107,115). Sum of RGB (Red+Green+Blue) = 134+107+115=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B73 is #79948C. Grayscale: #737373. Windows color (decimal): -7967885 or 7564166. OLE color: 7564166.

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

Color convert

RGB 134 107 115 -
CMYK 0 0.20 0.14 0.47
HSL 342.22º 0.11% 0.47% -
HSV(B) 342.22º 0.2% 0.53% -
XYZ 18.18 16.82 18.51 -
YUV 115.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 134 107 115 0 0.20 0.14 0.47 342.22 0.11 0.47
Hex 86 6B 73 0 14 E 2F 156 B 2F
Octal 206 153 163 0 24 16 57 526 13 57
Binary 10000110 1101011 1110011 0 10100 1110 101111 101010110 1011 101111

Color Harmonies of #866B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B73

Black with #866B73

Text Example


Text Example

White with #866B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,115); }

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

background-color css

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

 a { background-color: rgb(134,107,115); }

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

border-color css

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

 span { border-color: rgb(134,107,115); }

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