Html Css Color HEX #886367 Mauve Taupe

📋 copy color: '#886367'

red 136 ◦ green 99 ◦ blue 103

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

Shades of Mauve Taupe #886367

Tints of Mauve Taupe #886367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 40.24%
G = 29.29%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#886367 (or 0x886367) is known color: Mauve Taupe. HEX triplet: 88, 63 and 67. RGB value is (136,99,103). Sum of RGB (Red+Green+Blue) = 136+99+103=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886367 is #779C98. Grayscale: #6E6E6E. Windows color (decimal): -7838873 or 6775688. OLE color: 6775688.

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

Color convert

RGB 136 99 103 -
CMYK 0 0.27 0.24 0.47
HSL 353.51º 0.16% 0.46% -
HSV(B) 353.51º 0.27% 0.53% -
XYZ 17.06 15.14 14.85 -
YUV 110.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 136 99 103 0 0.27 0.24 0.47 353.51 0.16 0.46
Hex 88 63 67 0 1B 18 2F 162 10 2E
Octal 210 143 147 0 33 30 57 542 20 56
Binary 10001000 1100011 1100111 0 11011 11000 101111 101100010 10000 101110

Color Harmonies of #886367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886367

Black with #886367

Text Example


Text Example

White with #886367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886367; }

 p { color: rgb(136,99,103); }

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

background-color css

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

 a { background-color: rgb(136,99,103); }

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

border-color css

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

 span { border-color: rgb(136,99,103); }

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