Html Css Color HEX #94656E Mauve Taupe

📋 copy color: '#94656E'

red 148 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #94656E

Tints of Mauve Taupe #94656E

RGB

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

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

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

R = 41.23%
G = 28.13%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94656E (or 0x94656E) is known color: Mauve Taupe. HEX triplet: 94, 65 and 6E. RGB value is (148,101,110). Sum of RGB (Red+Green+Blue) = 148+101+110=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656E is #6B9A91. Grayscale: #747474. Windows color (decimal): -7051922 or 7234964. OLE color: 7234964.

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

Color convert

RGB 148 101 110 -
CMYK 0 0.32 0.26 0.42
HSL 348.51º 0.19% 0.49% -
HSV(B) 348.51º 0.32% 0.58% -
XYZ 19.68 16.73 16.94 -
YUV 116.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 148 101 110 0 0.32 0.26 0.42 348.51 0.19 0.49
Hex 94 65 6E 0 20 1A 2A 15D 13 31
Octal 224 145 156 0 40 32 52 535 23 61
Binary 10010100 1100101 1101110 0 100000 11010 101010 101011101 10011 110001

Color Harmonies of #94656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94656E

Black with #94656E

Text Example


Text Example

White with #94656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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