Html Css Color HEX #886669 Mauve Taupe

📋 copy color: '#886669'

red 136 ◦ green 102 ◦ blue 105

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

Shades of Mauve Taupe #886669

Tints of Mauve Taupe #886669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 39.65%
G = 29.74%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#886669 (or 0x886669) is known color: Mauve Taupe. HEX triplet: 88, 66 and 69. RGB value is (136,102,105). Sum of RGB (Red+Green+Blue) = 136+102+105=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886669 is #779996. Grayscale: #707070. Windows color (decimal): -7838103 or 6907528. OLE color: 6907528.

HSL color Cylindrical-coordinate representation of color #886669: hue angle of 354.71º 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 #886669 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 105 -
CMYK 0 0.25 0.23 0.47
HSL 354.71º 0.14% 0.47% -
HSV(B) 354.71º 0.25% 0.53% -
XYZ 17.45 15.76 15.49 -
YUV 112.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 136 102 105 0 0.25 0.23 0.47 354.71 0.14 0.47
Hex 88 66 69 0 19 17 2F 163 E 2F
Octal 210 146 151 0 31 27 57 543 16 57
Binary 10001000 1100110 1101001 0 11001 10111 101111 101100011 1110 101111

Color Harmonies of #886669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886669

Black with #886669

Text Example


Text Example

White with #886669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886669; }

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

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

background-color css

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

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

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

border-color css

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

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

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