Html Css Color HEX #91696F Mauve Taupe

📋 copy color: '#91696F'

red 145 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #91696F

Tints of Mauve Taupe #91696F

RGB

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

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

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

R = 40.17%
G = 29.09%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#91696F (or 0x91696F) is known color: Mauve Taupe. HEX triplet: 91, 69 and 6F. RGB value is (145,105,111). Sum of RGB (Red+Green+Blue) = 145+105+111=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #91696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696F is #6E9690. Grayscale: #757575. Windows color (decimal): -7247505 or 7301521. OLE color: 7301521.

HSL color Cylindrical-coordinate representation of color #91696F: hue angle of 351º 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 #91696F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 105 111 -
CMYK 0 0.28 0.23 0.43
HSL 351º 0.16% 0.49% -
HSV(B) 351º 0.28% 0.57% -
XYZ 19.6 17.27 17.34 -
YUV 117.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 145 105 111 0 0.28 0.23 0.43 351 0.16 0.49
Hex 91 69 6F 0 1C 17 2B 15F 10 31
Octal 221 151 157 0 34 27 53 537 20 61
Binary 10010001 1101001 1101111 0 11100 10111 101011 101011111 10000 110001

Color Harmonies of #91696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91696F

Black with #91696F

Text Example


Text Example

White with #91696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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