Html Css Color HEX #94666D Mauve Taupe

📋 copy color: '#94666D'

red 148 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #94666D

Tints of Mauve Taupe #94666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 41.23%
G = 28.41%
B = 30.36%

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

#94666D (or 0x94666D) is known color: Mauve Taupe. HEX triplet: 94, 66 and 6D. RGB value is (148,102,109). Sum of RGB (Red+Green+Blue) = 148+102+109=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94666D is #6B9992. Grayscale: #747474. Windows color (decimal): -7051667 or 7169684. OLE color: 7169684.

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

Color convert

RGB 148 102 109 -
CMYK 0 0.31 0.26 0.42
HSL 350.87º 0.18% 0.49% -
HSV(B) 350.87º 0.31% 0.58% -
XYZ 19.72 16.9 16.69 -
YUV 116.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 148 102 109 0 0.31 0.26 0.42 350.87 0.18 0.49
Hex 94 66 6D 0 1F 1A 2A 15F 12 31
Octal 224 146 155 0 37 32 52 537 22 61
Binary 10010100 1100110 1101101 0 11111 11010 101010 101011111 10010 110001

Color Harmonies of #94666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94666D

Black with #94666D

Text Example


Text Example

White with #94666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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