Html Css Color HEX #885F67 Mauve Taupe

📋 copy color: '#885F67'

red 136 ◦ green 95 ◦ blue 103

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

Shades of Mauve Taupe #885F67

Tints of Mauve Taupe #885F67

RGB

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

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

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

R = 40.72%
G = 28.44%
B = 30.84%

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

#885F67 (or 0x885F67) is known color: Mauve Taupe. HEX triplet: 88, 5F and 67. RGB value is (136,95,103). Sum of RGB (Red+Green+Blue) = 136+95+103=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F67 is #77A098. Grayscale: #6C6C6C. Windows color (decimal): -7839897 or 6774664. OLE color: 6774664.

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

Color convert

RGB 136 95 103 -
CMYK 0 0.30 0.24 0.47
HSL 348.29º 0.18% 0.45% -
HSV(B) 348.29º 0.3% 0.53% -
XYZ 16.69 14.4 14.73 -
YUV 108.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 136 95 103 0 0.30 0.24 0.47 348.29 0.18 0.45
Hex 88 5F 67 0 1E 18 2F 15C 12 2D
Octal 210 137 147 0 36 30 57 534 22 55
Binary 10001000 1011111 1100111 0 11110 11000 101111 101011100 10010 101101

Color Harmonies of #885F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F67

Black with #885F67

Text Example


Text Example

White with #885F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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