Html Css Color HEX #94666B Mauve Taupe

📋 copy color: '#94666B'

red 148 ◦ green 102 ◦ blue 107

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

Shades of Mauve Taupe #94666B

Tints of Mauve Taupe #94666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 41.46%
G = 28.57%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94666B (or 0x94666B) is known color: Mauve Taupe. HEX triplet: 94, 66 and 6B. RGB value is (148,102,107). Sum of RGB (Red+Green+Blue) = 148+102+107=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94666B is #6B9994. Grayscale: #747474. Windows color (decimal): -7051669 or 7038612. OLE color: 7038612.

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

Color convert

RGB 148 102 107 -
CMYK 0 0.31 0.28 0.42
HSL 353.48º 0.18% 0.49% -
HSV(B) 353.48º 0.31% 0.58% -
XYZ 19.62 16.86 16.13 -
YUV 116.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 148 102 107 0 0.31 0.28 0.42 353.48 0.18 0.49
Hex 94 66 6B 0 1F 1C 2A 161 12 31
Octal 224 146 153 0 37 34 52 541 22 61
Binary 10010100 1100110 1101011 0 11111 11100 101010 101100001 10010 110001

Color Harmonies of #94666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94666B

Black with #94666B

Text Example


Text Example

White with #94666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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