Html Css Color HEX #946572 Mauve Taupe

📋 copy color: '#946572'

red 148 ◦ green 101 ◦ blue 114

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

Shades of Mauve Taupe #946572

Tints of Mauve Taupe #946572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 40.77%
G = 27.82%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#946572 (or 0x946572) is known color: Mauve Taupe. HEX triplet: 94, 65 and 72. RGB value is (148,101,114). Sum of RGB (Red+Green+Blue) = 148+101+114=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946572 is #6B9A8D. Grayscale: #747474. Windows color (decimal): -7051918 or 7497108. OLE color: 7497108.

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

Color convert

RGB 148 101 114 -
CMYK 0 0.32 0.23 0.42
HSL 343.4º 0.19% 0.49% -
HSV(B) 343.4º 0.32% 0.58% -
XYZ 19.9 16.82 18.12 -
YUV 116.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 148 101 114 0 0.32 0.23 0.42 343.4 0.19 0.49
Hex 94 65 72 0 20 17 2A 157 13 31
Octal 224 145 162 0 40 27 52 527 23 61
Binary 10010100 1100101 1110010 0 100000 10111 101010 101010111 10011 110001

Color Harmonies of #946572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946572

Black with #946572

Text Example


Text Example

White with #946572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946572; }

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

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

background-color css

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

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

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

border-color css

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

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

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