Html Css Color HEX #946A70 Mauve Taupe

📋 copy color: '#946A70'

red 148 ◦ green 106 ◦ blue 112

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

Shades of Mauve Taupe #946A70

Tints of Mauve Taupe #946A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 40.44%
G = 28.96%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946A70 (or 0x946A70) is known color: Mauve Taupe. HEX triplet: 94, 6A and 70. RGB value is (148,106,112). Sum of RGB (Red+Green+Blue) = 148+106+112=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A70 is #6B958F. Grayscale: #777777. Windows color (decimal): -7050640 or 7367316. OLE color: 7367316.

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

Color convert

RGB 148 106 112 -
CMYK 0 0.28 0.24 0.42
HSL 351.43º 0.17% 0.5% -
HSV(B) 351.43º 0.28% 0.58% -
XYZ 20.29 17.77 17.69 -
YUV 119.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 148 106 112 0 0.28 0.24 0.42 351.43 0.17 0.5
Hex 94 6A 70 0 1C 18 2A 15F 11 32
Octal 224 152 160 0 34 30 52 537 21 62
Binary 10010100 1101010 1110000 0 11100 11000 101010 101011111 10001 110010

Color Harmonies of #946A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A70

Black with #946A70

Text Example


Text Example

White with #946A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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