Html Css Color HEX #94606E Mauve Taupe

📋 copy color: '#94606E'

red 148 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #94606E

Tints of Mauve Taupe #94606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 41.81%
G = 27.12%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94606E (or 0x94606E) is known color: Mauve Taupe. HEX triplet: 94, 60 and 6E. RGB value is (148,96,110). Sum of RGB (Red+Green+Blue) = 148+96+110=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94606E is #6B9F91. Grayscale: #717171. Windows color (decimal): -7053202 or 7233684. OLE color: 7233684.

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

Color convert

RGB 148 96 110 -
CMYK 0 0.35 0.26 0.42
HSL 343.85º 0.21% 0.48% -
HSV(B) 343.85º 0.35% 0.58% -
XYZ 19.21 15.79 16.79 -
YUV 113.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 148 96 110 0 0.35 0.26 0.42 343.85 0.21 0.48
Hex 94 60 6E 0 23 1A 2A 158 15 30
Octal 224 140 156 0 43 32 52 530 25 60
Binary 10010100 1100000 1101110 0 100011 11010 101010 101011000 10101 110000

Color Harmonies of #94606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94606E

Black with #94606E

Text Example


Text Example

White with #94606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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