Html Css Color HEX #886A71 Empress

📋 copy color: '#886A71'

red 136 ◦ green 106 ◦ blue 113

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

Shades of Empress #886A71

Tints of Empress #886A71

RGB

 RED value IS 136 (53.52% from 255) = 38.31%

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

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

R = 38.31%
G = 29.86%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#886A71 (or 0x886A71) is known color: Empress. HEX triplet: 88, 6A and 71. RGB value is (136,106,113). Sum of RGB (Red+Green+Blue) = 136+106+113=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A71 is #77958E. Grayscale: #737373. Windows color (decimal): -7837071 or 7432840. OLE color: 7432840.

HSL color Cylindrical-coordinate representation of color #886A71: hue angle of 346º 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 #886A71 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 113 -
CMYK 0 0.22 0.17 0.47
HSL 346º 0.12% 0.47% -
HSV(B) 346º 0.22% 0.53% -
XYZ 18.29 16.73 17.89 -
YUV 115.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 136 106 113 0 0.22 0.17 0.47 346 0.12 0.47
Hex 88 6A 71 0 16 11 2F 15A C 2F
Octal 210 152 161 0 26 21 57 532 14 57
Binary 10001000 1101010 1110001 0 10110 10001 101111 101011010 1100 101111

Color Harmonies of #886A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A71

Black with #886A71

Text Example


Text Example

White with #886A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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