Html Css Color HEX #94666E Mauve Taupe

📋 copy color: '#94666E'

red 148 ◦ green 102 ◦ blue 110

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

Shades of Mauve Taupe #94666E

Tints of Mauve Taupe #94666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 41.11%
G = 28.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94666E (or 0x94666E) is known color: Mauve Taupe. HEX triplet: 94, 66 and 6E. RGB value is (148,102,110). Sum of RGB (Red+Green+Blue) = 148+102+110=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94666E is #6B9991. Grayscale: #747474. Windows color (decimal): -7051666 or 7235220. OLE color: 7235220.

HSL color Cylindrical-coordinate representation of color #94666E: hue angle of 349.57º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94666E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 110 -
CMYK 0 0.31 0.26 0.42
HSL 349.57º 0.18% 0.49% -
HSV(B) 349.57º 0.31% 0.58% -
XYZ 19.78 16.92 16.98 -
YUV 116.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 148 102 110 0 0.31 0.26 0.42 349.57 0.18 0.49
Hex 94 66 6E 0 1F 1A 2A 15E 12 31
Octal 224 146 156 0 37 32 52 536 22 61
Binary 10010100 1100110 1101110 0 11111 11010 101010 101011110 10010 110001

Color Harmonies of #94666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94666E

Black with #94666E

Text Example


Text Example

White with #94666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94666E; }

 p { color: rgb(148,102,110); }

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

background-color css

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

 a { background-color: rgb(148,102,110); }

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

border-color css

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

 span { border-color: rgb(148,102,110); }

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