Html Css Color HEX #946566 Mauve Taupe

📋 copy color: '#946566'

red 148 ◦ green 101 ◦ blue 102

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

Shades of Mauve Taupe #946566

Tints of Mauve Taupe #946566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 42.17%
G = 28.77%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946566 (or 0x946566) is known color: Mauve Taupe. HEX triplet: 94, 65 and 66. RGB value is (148,101,102). Sum of RGB (Red+Green+Blue) = 148+101+102=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #946566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946566 is #6B9A99. Grayscale: #737373. Windows color (decimal): -7051930 or 6710676. OLE color: 6710676.

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

Color convert

RGB 148 101 102 -
CMYK 0 0.32 0.31 0.42
HSL 358.72º 0.19% 0.49% -
HSV(B) 358.72º 0.32% 0.58% -
XYZ 19.26 16.56 14.75 -
YUV 115.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 148 101 102 0 0.32 0.31 0.42 358.72 0.19 0.49
Hex 94 65 66 0 20 1F 2A 167 13 31
Octal 224 145 146 0 40 37 52 547 23 61
Binary 10010100 1100101 1100110 0 100000 11111 101010 101100111 10011 110001

Color Harmonies of #946566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946566

Black with #946566

Text Example


Text Example

White with #946566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946566; }

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

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

background-color css

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

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

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

border-color css

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

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

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