Html Css Color HEX #946669 Mauve Taupe

📋 copy color: '#946669'

red 148 ◦ green 102 ◦ blue 105

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

Shades of Mauve Taupe #946669

Tints of Mauve Taupe #946669

RGB

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

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

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

R = 41.69%
G = 28.73%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946669 (or 0x946669) is known color: Mauve Taupe. HEX triplet: 94, 66 and 69. RGB value is (148,102,105). Sum of RGB (Red+Green+Blue) = 148+102+105=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946669 is #6B9996. Grayscale: #747474. Windows color (decimal): -7051671 or 6907540. OLE color: 6907540.

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

Color convert

RGB 148 102 105 -
CMYK 0 0.31 0.29 0.42
HSL 356.09º 0.18% 0.49% -
HSV(B) 356.09º 0.31% 0.58% -
XYZ 19.51 16.82 15.58 -
YUV 116.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 148 102 105 0 0.31 0.29 0.42 356.09 0.18 0.49
Hex 94 66 69 0 1F 1D 2A 164 12 31
Octal 224 146 151 0 37 35 52 544 22 61
Binary 10010100 1100110 1101001 0 11111 11101 101010 101100100 10010 110001

Color Harmonies of #946669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946669

Black with #946669

Text Example


Text Example

White with #946669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946669; }

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

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

background-color css

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

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

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

border-color css

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

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

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