Html Css Color HEX #886675 Mauve Taupe

📋 copy color: '#886675'

red 136 ◦ green 102 ◦ blue 117

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

Shades of Mauve Taupe #886675

Tints of Mauve Taupe #886675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 38.31%
G = 28.73%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886675 (or 0x886675) is known color: Mauve Taupe. HEX triplet: 88, 66 and 75. RGB value is (136,102,117). Sum of RGB (Red+Green+Blue) = 136+102+117=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886675 is #77998A. Grayscale: #717171. Windows color (decimal): -7838091 or 7693960. OLE color: 7693960.

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

Color convert

RGB 136 102 117 -
CMYK 0 0.25 0.14 0.47
HSL 333.53º 0.14% 0.47% -
HSV(B) 333.53º 0.25% 0.53% -
XYZ 18.12 16.02 18.97 -
YUV 113.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 136 102 117 0 0.25 0.14 0.47 333.53 0.14 0.47
Hex 88 66 75 0 19 E 2F 14E E 2F
Octal 210 146 165 0 31 16 57 516 16 57
Binary 10001000 1100110 1110101 0 11001 1110 101111 101001110 1110 101111

Color Harmonies of #886675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886675

Black with #886675

Text Example


Text Example

White with #886675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886675; }

 p { color: rgb(136,102,117); }

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

background-color css

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

 a { background-color: rgb(136,102,117); }

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

border-color css

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

 span { border-color: rgb(136,102,117); }

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