Html Css Color HEX #886365 Mauve Taupe

📋 copy color: '#886365'

red 136 ◦ green 99 ◦ blue 101

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

Shades of Mauve Taupe #886365

Tints of Mauve Taupe #886365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 40.48%
G = 29.46%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#886365 (or 0x886365) is known color: Mauve Taupe. HEX triplet: 88, 63 and 65. RGB value is (136,99,101). Sum of RGB (Red+Green+Blue) = 136+99+101=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886365 is #779C9A. Grayscale: #6E6E6E. Windows color (decimal): -7838875 or 6644616. OLE color: 6644616.

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

Color convert

RGB 136 99 101 -
CMYK 0 0.27 0.26 0.47
HSL 356.76º 0.16% 0.46% -
HSV(B) 356.76º 0.27% 0.53% -
XYZ 16.96 15.1 14.33 -
YUV 110.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 136 99 101 0 0.27 0.26 0.47 356.76 0.16 0.46
Hex 88 63 65 0 1B 1A 2F 165 10 2E
Octal 210 143 145 0 33 32 57 545 20 56
Binary 10001000 1100011 1100101 0 11011 11010 101111 101100101 10000 101110

Color Harmonies of #886365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886365

Black with #886365

Text Example


Text Example

White with #886365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886365; }

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

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

background-color css

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

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

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

border-color css

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

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

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