Html Css Color HEX #8B696F Mauve Taupe

📋 copy color: '#8B696F'

red 139 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #8B696F

Tints of Mauve Taupe #8B696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 39.15%
G = 29.58%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B696F (or 0x8B696F) is known color: Mauve Taupe. HEX triplet: 8B, 69 and 6F. RGB value is (139,105,111). Sum of RGB (Red+Green+Blue) = 139+105+111=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696F is #749690. Grayscale: #737373. Windows color (decimal): -7640721 or 7301515. OLE color: 7301515.

HSL color Cylindrical-coordinate representation of color #8B696F: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B696F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 105 111 -
CMYK 0 0.24 0.20 0.45
HSL 349.41º 0.14% 0.48% -
HSV(B) 349.41º 0.24% 0.55% -
XYZ 18.57 16.74 17.29 -
YUV 115.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 139 105 111 0 0.24 0.20 0.45 349.41 0.14 0.48
Hex 8B 69 6F 0 18 14 2D 15D E 30
Octal 213 151 157 0 30 24 55 535 16 60
Binary 10001011 1101001 1101111 0 11000 10100 101101 101011101 1110 110000

Color Harmonies of #8B696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B696F

Black with #8B696F

Text Example


Text Example

White with #8B696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,111); }

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

background-color css

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

 a { background-color: rgb(139,105,111); }

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

border-color css

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

 span { border-color: rgb(139,105,111); }

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