Html Css Color HEX #946675 Mauve Taupe

📋 copy color: '#946675'

red 148 ◦ green 102 ◦ blue 117

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

Shades of Mauve Taupe #946675

Tints of Mauve Taupe #946675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 40.33%
G = 27.79%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#946675 (or 0x946675) is known color: Mauve Taupe. HEX triplet: 94, 66 and 75. RGB value is (148,102,117). Sum of RGB (Red+Green+Blue) = 148+102+117=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946675 is #6B998A. Grayscale: #757575. Windows color (decimal): -7051659 or 7693972. OLE color: 7693972.

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

Color convert

RGB 148 102 117 -
CMYK 0 0.31 0.21 0.42
HSL 340.43º 0.18% 0.49% -
HSV(B) 340.43º 0.31% 0.58% -
XYZ 20.18 17.08 19.06 -
YUV 117.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 148 102 117 0 0.31 0.21 0.42 340.43 0.18 0.49
Hex 94 66 75 0 1F 15 2A 154 12 31
Octal 224 146 165 0 37 25 52 524 22 61
Binary 10010100 1100110 1110101 0 11111 10101 101010 101010100 10010 110001

Color Harmonies of #946675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946675

Black with #946675

Text Example


Text Example

White with #946675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946675; }

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

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

background-color css

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

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

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

border-color css

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

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

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