Html Css Color HEX #885F68 Mauve Taupe

📋 copy color: '#885F68'

red 136 ◦ green 95 ◦ blue 104

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

Shades of Mauve Taupe #885F68

Tints of Mauve Taupe #885F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 40.6%
G = 28.36%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#885F68 (or 0x885F68) is known color: Mauve Taupe. HEX triplet: 88, 5F and 68. RGB value is (136,95,104). Sum of RGB (Red+Green+Blue) = 136+95+104=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F68 is #77A097. Grayscale: #6C6C6C. Windows color (decimal): -7839896 or 6840200. OLE color: 6840200.

HSL color Cylindrical-coordinate representation of color #885F68: hue angle of 346.83º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F68 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 104 -
CMYK 0 0.30 0.24 0.47
HSL 346.83º 0.18% 0.45% -
HSV(B) 346.83º 0.3% 0.53% -
XYZ 16.74 14.42 15 -
YUV 108.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 136 95 104 0 0.30 0.24 0.47 346.83 0.18 0.45
Hex 88 5F 68 0 1E 18 2F 15B 12 2D
Octal 210 137 150 0 36 30 57 533 22 55
Binary 10001000 1011111 1101000 0 11110 11000 101111 101011011 10010 101101

Color Harmonies of #885F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F68

Black with #885F68

Text Example


Text Example

White with #885F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F68; }

 p { color: rgb(136,95,104); }

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

background-color css

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

 a { background-color: rgb(136,95,104); }

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

border-color css

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

 span { border-color: rgb(136,95,104); }

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