Html Css Color HEX #885C67 Mauve Taupe

📋 copy color: '#885C67'

red 136 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #885C67

Tints of Mauve Taupe #885C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 41.09%
G = 27.79%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#885C67 (or 0x885C67) is known color: Mauve Taupe. HEX triplet: 88, 5C and 67. RGB value is (136,92,103). Sum of RGB (Red+Green+Blue) = 136+92+103=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #885C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C67 is #77A398. Grayscale: #6A6A6A. Windows color (decimal): -7840665 or 6773896. OLE color: 6773896.

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

Color convert

RGB 136 92 103 -
CMYK 0 0.32 0.24 0.47
HSL 345º 0.19% 0.45% -
HSV(B) 345º 0.32% 0.53% -
XYZ 16.43 13.87 14.64 -
YUV 106.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 136 92 103 0 0.32 0.24 0.47 345 0.19 0.45
Hex 88 5C 67 0 20 18 2F 159 13 2D
Octal 210 134 147 0 40 30 57 531 23 55
Binary 10001000 1011100 1100111 0 100000 11000 101111 101011001 10011 101101

Color Harmonies of #885C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C67

Black with #885C67

Text Example


Text Example

White with #885C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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