Html Css Color HEX #886266 Mauve Taupe

📋 copy color: '#886266'

red 136 ◦ green 98 ◦ blue 102

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

Shades of Mauve Taupe #886266

Tints of Mauve Taupe #886266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 40.48%
G = 29.17%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886266 (or 0x886266) is known color: Mauve Taupe. HEX triplet: 88, 62 and 66. RGB value is (136,98,102). Sum of RGB (Red+Green+Blue) = 136+98+102=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886266 is #779D99. Grayscale: #6D6D6D. Windows color (decimal): -7839130 or 6709896. OLE color: 6709896.

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

Color convert

RGB 136 98 102 -
CMYK 0 0.28 0.25 0.47
HSL 353.68º 0.16% 0.46% -
HSV(B) 353.68º 0.28% 0.53% -
XYZ 16.92 14.93 14.56 -
YUV 109.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 136 98 102 0 0.28 0.25 0.47 353.68 0.16 0.46
Hex 88 62 66 0 1C 19 2F 162 10 2E
Octal 210 142 146 0 34 31 57 542 20 56
Binary 10001000 1100010 1100110 0 11100 11001 101111 101100010 10000 101110

Color Harmonies of #886266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886266

Black with #886266

Text Example


Text Example

White with #886266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886266; }

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

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

background-color css

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

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

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

border-color css

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

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

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