Html Css Color HEX #94686E Mauve Taupe

📋 copy color: '#94686E'

red 148 ◦ green 104 ◦ blue 110

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

Shades of Mauve Taupe #94686E

Tints of Mauve Taupe #94686E

RGB

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

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

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

R = 40.88%
G = 28.73%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94686E (or 0x94686E) is known color: Mauve Taupe. HEX triplet: 94, 68 and 6E. RGB value is (148,104,110). Sum of RGB (Red+Green+Blue) = 148+104+110=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94686E is #6B9791. Grayscale: #757575. Windows color (decimal): -7051154 or 7235732. OLE color: 7235732.

HSL color Cylindrical-coordinate representation of color #94686E: hue angle of 351.82º 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 #94686E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 110 -
CMYK 0 0.30 0.26 0.42
HSL 351.82º 0.17% 0.49% -
HSV(B) 351.82º 0.3% 0.58% -
XYZ 19.98 17.32 17.04 -
YUV 117.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 148 104 110 0 0.30 0.26 0.42 351.82 0.17 0.49
Hex 94 68 6E 0 1E 1A 2A 160 11 31
Octal 224 150 156 0 36 32 52 540 21 61
Binary 10010100 1101000 1101110 0 11110 11010 101010 101100000 10001 110001

Color Harmonies of #94686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94686E

Black with #94686E

Text Example


Text Example

White with #94686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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