Html Css Color HEX #866970 Empress

📋 copy color: '#866970'

red 134 ◦ green 105 ◦ blue 112

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

Shades of Empress #866970

Tints of Empress #866970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 38.18%
G = 29.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866970 (or 0x866970) is known color: Empress. HEX triplet: 86, 69 and 70. RGB value is (134,105,112). Sum of RGB (Red+Green+Blue) = 134+105+112=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #866970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866970 is #79968F. Grayscale: #727272. Windows color (decimal): -7968400 or 7367046. OLE color: 7367046.

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

Color convert

RGB 134 105 112 -
CMYK 0 0.22 0.16 0.47
HSL 345.52º 0.12% 0.47% -
HSV(B) 345.52º 0.22% 0.53% -
XYZ 17.81 16.34 17.54 -
YUV 114.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 134 105 112 0 0.22 0.16 0.47 345.52 0.12 0.47
Hex 86 69 70 0 16 10 2F 15A C 2F
Octal 206 151 160 0 26 20 57 532 14 57
Binary 10000110 1101001 1110000 0 10110 10000 101111 101011010 1100 101111

Color Harmonies of #866970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866970

Black with #866970

Text Example


Text Example

White with #866970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866970; }

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

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

background-color css

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

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

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

border-color css

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

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

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