Html Css Color HEX #8B6667 Mauve Taupe

📋 copy color: '#8B6667'

red 139 ◦ green 102 ◦ blue 103

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

Shades of Mauve Taupe #8B6667

Tints of Mauve Taupe #8B6667

RGB

 RED value IS 139 (54.69% from 255) = 40.41%

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 40.41%
G = 29.65%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8B6667 (or 0x8B6667) is known color: Mauve Taupe. HEX triplet: 8B, 66 and 67. RGB value is (139,102,103). Sum of RGB (Red+Green+Blue) = 139+102+103=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6667 is #749998. Grayscale: #717171. Windows color (decimal): -7641497 or 6776459. OLE color: 6776459.

HSL color Cylindrical-coordinate representation of color #8B6667: hue angle of 358.38º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6667 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 102 103 -
CMYK 0 0.27 0.26 0.45
HSL 358.38º 0.15% 0.47% -
HSV(B) 358.38º 0.27% 0.55% -
XYZ 17.85 15.97 14.97 -
YUV 113.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 139 102 103 0 0.27 0.26 0.45 358.38 0.15 0.47
Hex 8B 66 67 0 1B 1A 2D 166 F 2F
Octal 213 146 147 0 33 32 55 546 17 57
Binary 10001011 1100110 1100111 0 11011 11010 101101 101100110 1111 101111

Color Harmonies of #8B6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6667

Black with #8B6667

Text Example


Text Example

White with #8B6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6667; }

 p { color: rgb(139,102,103); }

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

background-color css

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

 a { background-color: rgb(139,102,103); }

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

border-color css

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

 span { border-color: rgb(139,102,103); }

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