Html Css Color HEX #91676E Mauve Taupe

📋 copy color: '#91676E'

red 145 ◦ green 103 ◦ blue 110

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

Shades of Mauve Taupe #91676E

Tints of Mauve Taupe #91676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 40.5%
G = 28.77%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#91676E (or 0x91676E) is known color: Mauve Taupe. HEX triplet: 91, 67 and 6E. RGB value is (145,103,110). Sum of RGB (Red+Green+Blue) = 145+103+110=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91676E is #6E9891. Grayscale: #747474. Windows color (decimal): -7248018 or 7235473. OLE color: 7235473.

HSL color Cylindrical-coordinate representation of color #91676E: hue angle of 350º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91676E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 103 110 -
CMYK 0 0.29 0.24 0.43
HSL 350º 0.17% 0.49% -
HSV(B) 350º 0.29% 0.57% -
XYZ 19.34 16.85 16.98 -
YUV 116.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 145 103 110 0 0.29 0.24 0.43 350 0.17 0.49
Hex 91 67 6E 0 1D 18 2B 15E 11 31
Octal 221 147 156 0 35 30 53 536 21 61
Binary 10010001 1100111 1101110 0 11101 11000 101011 101011110 10001 110001

Color Harmonies of #91676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91676E

Black with #91676E

Text Example


Text Example

White with #91676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91676E; }

 p { color: rgb(145,103,110); }

 H1.HeaderClassName
 {
   color: #91676E;
 }
 .AnyTagClassName
 {
   color: #91676E;
 }
</style>

background-color css

<style>
 a { background-color: #91676E; }

 a { background-color: rgb(145,103,110); }

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

border-color css

<style>
 span { border-color: #91676E; }

 span { border-color: rgb(145,103,110); }

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