Html Css Color HEX #946970 Mauve Taupe

📋 copy color: '#946970'

red 148 ◦ green 105 ◦ blue 112

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

Shades of Mauve Taupe #946970

Tints of Mauve Taupe #946970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 40.55%
G = 28.77%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946970 (or 0x946970) is known color: Mauve Taupe. HEX triplet: 94, 69 and 70. RGB value is (148,105,112). Sum of RGB (Red+Green+Blue) = 148+105+112=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946970 is #6B968F. Grayscale: #767676. Windows color (decimal): -7050896 or 7367060. OLE color: 7367060.

HSL color Cylindrical-coordinate representation of color #946970: hue angle of 350.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946970 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 112 -
CMYK 0 0.29 0.24 0.42
HSL 350.23º 0.17% 0.5% -
HSV(B) 350.23º 0.29% 0.58% -
XYZ 20.19 17.57 17.66 -
YUV 118.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 148 105 112 0 0.29 0.24 0.42 350.23 0.17 0.5
Hex 94 69 70 0 1D 18 2A 15E 11 32
Octal 224 151 160 0 35 30 52 536 21 62
Binary 10010100 1101001 1110000 0 11101 11000 101010 101011110 10001 110010

Color Harmonies of #946970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946970

Black with #946970

Text Example


Text Example

White with #946970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946970; }

 p { color: rgb(148,105,112); }

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

background-color css

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

 a { background-color: rgb(148,105,112); }

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

border-color css

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

 span { border-color: rgb(148,105,112); }

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