Html Css Color HEX #866E70 Empress

📋 copy color: '#866E70'

red 134 ◦ green 110 ◦ blue 112

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

Shades of Empress #866E70

Tints of Empress #866E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 37.64%
G = 30.9%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866E70 (or 0x866E70) is known color: Empress. HEX triplet: 86, 6E and 70. RGB value is (134,110,112). Sum of RGB (Red+Green+Blue) = 134+110+112=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #866E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E70 is #79918F. Grayscale: #757575. Windows color (decimal): -7967120 or 7368326. OLE color: 7368326.

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

Color convert

RGB 134 110 112 -
CMYK 0 0.18 0.16 0.47
HSL 355º 0.1% 0.48% -
HSV(B) 355º 0.18% 0.53% -
XYZ 18.33 17.39 17.72 -
YUV 117.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 134 110 112 0 0.18 0.16 0.47 355 0.1 0.48
Hex 86 6E 70 0 12 10 2F 163 A 30
Octal 206 156 160 0 22 20 57 543 12 60
Binary 10000110 1101110 1110000 0 10010 10000 101111 101100011 1010 110000

Color Harmonies of #866E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E70

Black with #866E70

Text Example


Text Example

White with #866E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,112); }

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

background-color css

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

 a { background-color: rgb(134,110,112); }

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

border-color css

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

 span { border-color: rgb(134,110,112); }

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