#886267

Color #886267 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #886267

Tints of Mauve Taupe #886267

Color information

#886267 (or 0x886267) is unknown color: approx Mauve Taupe. HEX triplet: 88, 62 and 67. RGB value is (136,98,103). Sum of RGB (Red+Green+Blue) = 136+98+103=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886267 is #779D98. Grayscale: #6D6D6D. Windows color (decimal): -7839129 or 6775432. OLE color: 6775432.

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

Color convert

RGB13698103-
CMYK00.280.240.47
HSL352.11º16.24%45.88%-
HSV(B)352.11º27.94%53.33%-
XYZ16.9714.9514.82-
YUV109.93124.09146.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=40.36%
G=29.08%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369810300.280.240.47352.1116.2445.88
Hex88626701C182F160102e
Octal21014214703430575402056
Binary10001000110001011001110111001100010111110110000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886267; }

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

 H1.HeaderClassName
 {
   color: #886267;
 }
 .AnyTagClassName
 {
   color: #886267;
 }
</style>
background-color css

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

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

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

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

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

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