Html Css Color HEX #91696C Mauve Taupe

📋 copy color: '#91696C'

red 145 ◦ green 105 ◦ blue 108

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

Shades of Mauve Taupe #91696C

Tints of Mauve Taupe #91696C

RGB

 RED value IS 145 (57.03% from 255) = 40.5%

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 40.5%
G = 29.33%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#91696C (or 0x91696C) is known color: Mauve Taupe. HEX triplet: 91, 69 and 6C. RGB value is (145,105,108). Sum of RGB (Red+Green+Blue) = 145+105+108=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696C is #6E9693. Grayscale: #757575. Windows color (decimal): -7247508 or 7104913. OLE color: 7104913.

HSL color Cylindrical-coordinate representation of color #91696C: hue angle of 355.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91696C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 105 108 -
CMYK 0 0.28 0.26 0.43
HSL 355.5º 0.16% 0.49% -
HSV(B) 355.5º 0.28% 0.57% -
XYZ 19.44 17.21 16.48 -
YUV 117.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 145 105 108 0 0.28 0.26 0.43 355.5 0.16 0.49
Hex 91 69 6C 0 1C 1A 2B 164 10 31
Octal 221 151 154 0 34 32 53 544 20 61
Binary 10010001 1101001 1101100 0 11100 11010 101011 101100100 10000 110001

Color Harmonies of #91696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91696C

Black with #91696C

Text Example


Text Example

White with #91696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91696C; }

 p { color: rgb(145,105,108); }

 H1.HeaderClassName
 {
   color: #91696C;
 }
 .AnyTagClassName
 {
   color: #91696C;
 }
</style>

background-color css

<style>
 a { background-color: #91696C; }

 a { background-color: rgb(145,105,108); }

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

border-color css

<style>
 span { border-color: #91696C; }

 span { border-color: rgb(145,105,108); }

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