Html Css Color HEX #946872 Mauve Taupe

📋 copy color: '#946872'

red 148 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #946872

Tints of Mauve Taupe #946872

RGB

 RED value IS 148 (58.2% from 255) = 40.44%

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 40.44%
G = 28.42%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#946872 (or 0x946872) is known color: Mauve Taupe. HEX triplet: 94, 68 and 72. RGB value is (148,104,114). Sum of RGB (Red+Green+Blue) = 148+104+114=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946872 is #6B978D. Grayscale: #767676. Windows color (decimal): -7051150 or 7497876. OLE color: 7497876.

HSL color Cylindrical-coordinate representation of color #946872: hue angle of 346.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946872 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 114 -
CMYK 0 0.30 0.23 0.42
HSL 346.36º 0.17% 0.49% -
HSV(B) 346.36º 0.3% 0.58% -
XYZ 20.2 17.41 18.22 -
YUV 118.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 148 104 114 0 0.30 0.23 0.42 346.36 0.17 0.49
Hex 94 68 72 0 1E 17 2A 15A 11 31
Octal 224 150 162 0 36 27 52 532 21 61
Binary 10010100 1101000 1110010 0 11110 10111 101010 101011010 10001 110001

Color Harmonies of #946872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946872

Black with #946872

Text Example


Text Example

White with #946872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946872; }

 p { color: rgb(148,104,114); }

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

background-color css

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

 a { background-color: rgb(148,104,114); }

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

border-color css

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

 span { border-color: rgb(148,104,114); }

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