Html Css Color HEX #916672 Mauve Taupe

📋 copy color: '#916672'

red 145 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #916672

Tints of Mauve Taupe #916672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 40.17%
G = 28.25%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916672 (or 0x916672) is known color: Mauve Taupe. HEX triplet: 91, 66 and 72. RGB value is (145,102,114). Sum of RGB (Red+Green+Blue) = 145+102+114=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916672 is #6E998D. Grayscale: #747474. Windows color (decimal): -7248270 or 7497361. OLE color: 7497361.

HSL color Cylindrical-coordinate representation of color #916672: hue angle of 343.26º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916672 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 102 114 -
CMYK 0 0.30 0.21 0.43
HSL 343.26º 0.17% 0.48% -
HSV(B) 343.26º 0.3% 0.57% -
XYZ 19.47 16.74 18.12 -
YUV 116.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 145 102 114 0 0.30 0.21 0.43 343.26 0.17 0.48
Hex 91 66 72 0 1E 15 2B 157 11 30
Octal 221 146 162 0 36 25 53 527 21 60
Binary 10010001 1100110 1110010 0 11110 10101 101011 101010111 10001 110000

Color Harmonies of #916672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916672

Black with #916672

Text Example


Text Example

White with #916672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916672; }

 p { color: rgb(145,102,114); }

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

background-color css

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

 a { background-color: rgb(145,102,114); }

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

border-color css

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

 span { border-color: rgb(145,102,114); }

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