Html Css Color HEX #946469 Mauve Taupe

📋 copy color: '#946469'

red 148 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #946469

Tints of Mauve Taupe #946469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 41.93%
G = 28.33%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946469 (or 0x946469) is known color: Mauve Taupe. HEX triplet: 94, 64 and 69. RGB value is (148,100,105). Sum of RGB (Red+Green+Blue) = 148+100+105=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946469 is #6B9B96. Grayscale: #727272. Windows color (decimal): -7052183 or 6907028. OLE color: 6907028.

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

Color convert

RGB 148 100 105 -
CMYK 0 0.32 0.29 0.42
HSL 353.75º 0.19% 0.49% -
HSV(B) 353.75º 0.32% 0.58% -
XYZ 19.32 16.43 15.52 -
YUV 114.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 148 100 105 0 0.32 0.29 0.42 353.75 0.19 0.49
Hex 94 64 69 0 20 1D 2A 162 13 31
Octal 224 144 151 0 40 35 52 542 23 61
Binary 10010100 1100100 1101001 0 100000 11101 101010 101100010 10011 110001

Color Harmonies of #946469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946469

Black with #946469

Text Example


Text Example

White with #946469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946469; }

 p { color: rgb(148,100,105); }

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

background-color css

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

 a { background-color: rgb(148,100,105); }

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

border-color css

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

 span { border-color: rgb(148,100,105); }

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