Html Css Color HEX #886467 Mauve Taupe

📋 copy color: '#886467'

red 136 ◦ green 100 ◦ blue 103

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

Shades of Mauve Taupe #886467

Tints of Mauve Taupe #886467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 40.12%
G = 29.5%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#886467 (or 0x886467) is known color: Mauve Taupe. HEX triplet: 88, 64 and 67. RGB value is (136,100,103). Sum of RGB (Red+Green+Blue) = 136+100+103=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886467 is #779B98. Grayscale: #6F6F6F. Windows color (decimal): -7838617 or 6775944. OLE color: 6775944.

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

Color convert

RGB 136 100 103 -
CMYK 0 0.26 0.24 0.47
HSL 355º 0.15% 0.46% -
HSV(B) 355º 0.26% 0.53% -
XYZ 17.16 15.33 14.89 -
YUV 111.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 136 100 103 0 0.26 0.24 0.47 355 0.15 0.46
Hex 88 64 67 0 1A 18 2F 163 F 2E
Octal 210 144 147 0 32 30 57 543 17 56
Binary 10001000 1100100 1100111 0 11010 11000 101111 101100011 1111 101110

Color Harmonies of #886467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886467

Black with #886467

Text Example


Text Example

White with #886467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886467; }

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

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

background-color css

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

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

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

border-color css

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

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

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